mirror of
https://github.com/penpot/penpot.git
synced 2025-01-23 23:18:48 -05:00
fix input-select dashboard
This commit is contained in:
parent
d1210304af
commit
7035ec719a
1 changed files with 2 additions and 2 deletions
|
@ -33,9 +33,10 @@
|
|||
.input-select {
|
||||
background-color: transparent;
|
||||
border-color: $color-gray;
|
||||
font-size: $fs14;
|
||||
margin-bottom: 0;
|
||||
margin-left: $medium;
|
||||
padding: 3px 15px 3px 3px;
|
||||
padding: 3px 25px 3px 3px;
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -78,7 +79,6 @@
|
|||
|
||||
}
|
||||
|
||||
|
||||
&.library-gap {
|
||||
padding: $small $medium $small 270px;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue