Add padding above query title on edit query page (#5323)

This commit is contained in:
Luke Heath 2022-04-26 10:38:56 -05:00 committed by GitHub
parent fe48533918
commit 5f8ec9d780
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View file

@ -168,6 +168,10 @@
font-size: $x-small;
}
&__text-editor-wrapper {
padding-top: $pad-small;
}
&__button-wrap {
display: flex;
align-items: center;

View file

@ -180,6 +180,10 @@
}
}
&__text-editor-wrapper {
padding-top: $pad-small;
}
&__button-wrap--save-query-button:first-child {
margin-right: $pad-medium;
}