Adjust minimum width of main content (#9656)

* Adjust minimum width of main content

* Change min-width a bit further.
This commit is contained in:
Bjarne Fyrstenborg
2021-01-28 00:33:25 +01:00
committed by GitHub
parent a40769de41
commit 7297bd5838

View File

@@ -278,7 +278,7 @@
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: 500px;
min-width: 480px;
}
.umb-package-details__sidebar {