mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
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:
parent
f6091509f4
commit
9cd4bbe784
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue