mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Add padding above query title on edit query page (#5323)
This commit is contained in:
parent
fe48533918
commit
5f8ec9d780
2 changed files with 8 additions and 0 deletions
|
|
@ -168,6 +168,10 @@
|
|||
font-size: $x-small;
|
||||
}
|
||||
|
||||
&__text-editor-wrapper {
|
||||
padding-top: $pad-small;
|
||||
}
|
||||
|
||||
&__button-wrap {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
|||
|
|
@ -180,6 +180,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
&__text-editor-wrapper {
|
||||
padding-top: $pad-small;
|
||||
}
|
||||
|
||||
&__button-wrap--save-query-button:first-child {
|
||||
margin-right: $pad-medium;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue