mirror of
https://github.com/penpot/penpot.git
synced 2025-05-11 07:06:37 +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
|
@ -4,7 +4,7 @@
|
|||
padding: 14px;
|
||||
box-shadow: 0px 4px 8px rgba($color-black, 0.25);
|
||||
border-radius: 8px;
|
||||
width: 450px;
|
||||
width: 500px;
|
||||
position: fixed;
|
||||
|
||||
form {
|
||||
|
@ -23,9 +23,12 @@
|
|||
}
|
||||
|
||||
.custom-select {
|
||||
width: 155px;
|
||||
width: 180px;
|
||||
overflow: hidden;
|
||||
justify-content: normal;
|
||||
select {
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.action-buttons {
|
||||
|
|
|
@ -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