mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
UI - add padding to my device page (#16287)
This commit is contained in:
parent
cad4ccadfd
commit
9f054b0535
2 changed files with 2 additions and 0 deletions
1
changes/16277-my-device-padding
Normal file
1
changes/16277-my-device-padding
Normal file
|
|
@ -0,0 +1 @@
|
|||
* Restore proper padding to the device user page aka my device page.
|
||||
|
|
@ -8,6 +8,7 @@
|
|||
justify-content: flex-start;
|
||||
padding-bottom: 50px;
|
||||
min-width: 0;
|
||||
padding: $pad-xlarge;
|
||||
|
||||
.info-banner {
|
||||
&__cta {
|
||||
|
|
|
|||
Loading…
Reference in a new issue