Updated Explore query styles to align them to other query editor to make them fit in better

This commit is contained in:
Torkel Ödegaard
2019-01-29 08:14:07 +01:00
parent 459a93da10
commit 6dad4cce07
6 changed files with 75 additions and 63 deletions

View File

@@ -8,7 +8,8 @@
.slate-query-field__wrapper {
position: relative;
display: inline-block;
padding: 6px 7px 4px;
padding: $input-padding-y $input-padding-x;
height: $gf-form-input-height;
width: 100%;
cursor: text;
line-height: $line-height-base;