🐛 Fix unexpected behavior of grid options on right sidebar.

This commit is contained in:
Andrey Antukh 2021-12-02 15:30:26 +01:00
parent 8a2a1d6d70
commit f8cecfd61f
9 changed files with 204 additions and 159 deletions

View file

@ -406,7 +406,7 @@
border: 1px solid transparent;
position: relative;
height: 38px;
margin-right: $size-2;
// margin-left: $size-2;
max-height: 30px;
position: relative;
width: 60%;
@ -494,12 +494,10 @@
.editable-select svg {
fill: $color-gray-40;
}
.dropdown-button {
top: 4px;
}
.editable-select.input-option .input-text {
padding: 0;
padding-top: 0.18rem;
padding-left: 0.25rem;
}
.input-element {