mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
8 lines
176 B
SCSS
8 lines
176 B
SCSS
.software-vulnerabilities-table {
|
|
// keeps table data within the table container at smaller screen sizes
|
|
.data-table {
|
|
&__wrapper {
|
|
overflow-x: auto;
|
|
}
|
|
}
|
|
}
|