Adjust minimum width of main content (#9656)
* Adjust minimum width of main content * Change min-width a bit further.
This commit is contained in:
committed by
GitHub
parent
a40769de41
commit
7297bd5838
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user