mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
fix style issue from merge
This commit is contained in:
parent
7ff4b77fb9
commit
1e80f9d29a
1 changed files with 2 additions and 4 deletions
|
|
@ -59,7 +59,7 @@
|
|||
gap: $pad-small;
|
||||
}
|
||||
|
||||
.form-field--dropdown {
|
||||
form-field--dropdown {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
|
@ -110,9 +110,7 @@
|
|||
.performance__header {
|
||||
display: none;
|
||||
width: 0;
|
||||
}
|
||||
@media (min-width: $break-md) {
|
||||
.author_name__header {
|
||||
@media (min-width: $break-md) {
|
||||
display: table-cell;
|
||||
width: auto;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue