mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
UI: Fix list misalignment via better CSS (#10376)
## Addresses #10231 ## Now <img width="1566" alt="Screenshot 2023-03-07 at 3 59 14 PM" src="https://user-images.githubusercontent.com/61553566/223583545-b1d82002-2355-40b5-be1c-cff20c335e20.png"> # Checklist for submitter - [ ] Manual QA for all new/changed functionality Co-authored-by: Jacob Shandling <jacob@fleetdm.com>
This commit is contained in:
parent
c34d046b11
commit
0b71e04e2e
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
li {
|
||||
margin-bottom: $pad-large;
|
||||
list-style: number inside;
|
||||
list-style-position: inside;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue