mirror of
https://github.com/penpot/penpot.git
synced 2025-06-06 05:21:38 +02:00
✨ Small changes on multi-input behaviour and styles
This commit is contained in:
parent
cfe657d853
commit
7e26e2bc21
4 changed files with 19 additions and 13 deletions
|
@ -230,6 +230,8 @@ textarea {
|
|||
.custom-multi-input {
|
||||
border-radius: 2px;
|
||||
border: 1px solid $color-gray-20;
|
||||
max-height: 300px;
|
||||
overflow-y: auto;
|
||||
|
||||
&.invalid {
|
||||
label {
|
||||
|
@ -253,7 +255,7 @@ textarea {
|
|||
}
|
||||
|
||||
.selected-item {
|
||||
// margin-bottom: 5px;
|
||||
width: 100%;
|
||||
|
||||
&:not(:last-child) {
|
||||
margin-right: 3px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue