UI – Make spacing between DataSet label and value on Firefox consistent with other browsers (#20366)
## Addresses #20363 <img width="1170" alt="Screenshot 2024-07-10 at 3 05 36 PM" src="https://github.com/fleetdm/fleet/assets/61553566/14a16330-e0fb-4a27-889d-dfe8dccb5d7b"> - [x] Changes file added for user-visible changes in `changes/`, - [x] Manual QA for all new/changed functionality --------- Co-authored-by: Jacob Shandling <jacob@fleetdm.com>
This commit is contained in:
co-authored by
Jacob Shandling
parent
673368332b
commit
dcb39dcbf1
@@ -0,0 +1,2 @@
|
||||
* Fixed a discrepancy in the spacing between DataSet labels and values on Firefox relative to other
|
||||
browsers.
|
||||
@@ -2,6 +2,13 @@
|
||||
font-size: $x-small;
|
||||
min-width: max-content;
|
||||
|
||||
// ff only
|
||||
@-moz-document url-prefix() {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 6px;
|
||||
}
|
||||
|
||||
dt {
|
||||
font-weight: $bold;
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user