mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
## Addresses #16910 - This table's controls now break at the same breakpoint as those of other tables, preventing these style issues: https://www.loom.com/share/57144ff9703e4eb5a57b1af179a55923 - [x] Manual QA for all new/changed functionality --------- Co-authored-by: Jacob Shandling <jacob@fleetdm.com>
8 lines
216 B
SCSS
8 lines
216 B
SCSS
$break-xxl: 1600px;
|
|
$break-xl: 1500px;
|
|
$break-lg: 1400px;
|
|
$break-md: 990px;
|
|
$break-sm: 880px;
|
|
$break-xs: 768px;
|
|
$tooltip-break-md: 1000px; // Prevents horizontal scrolling off viewport
|
|
$table-controls-break: 1150px;
|