Prevent strange rendering of "Hosts" table at smaller screen widths (#1691)

- Update `min-width` for all main (center) content that has a sidebar
This commit is contained in:
noahtalerman 2021-08-16 14:45:48 -04:00 committed by GitHub
parent f6091509f4
commit 9cd4bbe784
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,7 +60,7 @@ a {
@at-root {
.has-sidebar & {
margin-right: 0;
min-width: 610px;
min-width: 760px;
max-width: calc(
100vw - #{$pad-xlarge} - #{$pad-xlarge} - #{$pad-xxsmall} - #{$sidepanel-width}
);