mirror of
https://github.com/fleetdm/fleet
synced 2026-05-03 03:17:21 +00:00
7 lines
176 B
SCSS
7 lines
176 B
SCSS
.view-all-hosts-link {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
padding: $pad-small $pad-xxsmall; // larger clickable area
|
|
gap: $pad-xsmall;
|
|
white-space: nowrap;
|
|
}
|