mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 15:28:21 +02:00
🐛 Fix unexpected behavior of grid options on right sidebar.
This commit is contained in:
parent
8a2a1d6d70
commit
f8cecfd61f
9 changed files with 204 additions and 159 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue