makes document-details go on to two lines when necessary

This commit is contained in:
Niels Lyngsø
2019-03-01 12:56:09 +01:00
parent cfc04a9df0
commit e33ae253ee

View File

@@ -261,6 +261,7 @@
.umb-package-details {
display: flex;
flex-flow: row wrap;
}
a.umb-package-details__back-link {
@@ -280,6 +281,7 @@ a.umb-package-details__back-link {
flex: 1 1 auto;
margin-right: 20px;
width: calc(~'100%' - ~'@{sidebarwidth}' - ~'20px'); // Make sure that the main content area doesn't gets affected by inline styling
min-width: 300px;
}
.umb-package-details__sidebar {