mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
UI – Fix responsive layout bugs dashboard page (#15080)
## Addresses 👇  ## Fixed 👇  --------- Co-authored-by: Jacob Shandling <jacob@fleetdm.com>
This commit is contained in:
parent
4366555a7b
commit
5dd1676d74
1 changed files with 4 additions and 2 deletions
|
|
@ -13,6 +13,7 @@
|
|||
&__tile {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: px-to-rem(12);
|
||||
text-align: left;
|
||||
padding: $pad-medium;
|
||||
height: fit-content;
|
||||
|
|
@ -23,7 +24,6 @@
|
|||
}
|
||||
|
||||
&__tile-icon {
|
||||
margin-right: px-to-rem(12);
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
|
|
@ -36,7 +36,6 @@
|
|||
height: px-to-rem(48);
|
||||
border-radius: 100%;
|
||||
background: $ui-vibrant-blue-10;
|
||||
margin-right: px-to-rem(12);
|
||||
|
||||
.icon {
|
||||
margin-left: 0 !important;
|
||||
|
|
@ -86,6 +85,9 @@
|
|||
text-align: center;
|
||||
flex-direction: column;
|
||||
gap: 0.75rem;
|
||||
.component__tooltip-wrapper__tip-text {
|
||||
text-align: initial;
|
||||
}
|
||||
}
|
||||
|
||||
&__tile-icon {
|
||||
|
|
|
|||
Loading…
Reference in a new issue