better select-multiple

This commit is contained in:
Henry Jameson 2024-12-01 21:51:55 +02:00
parent 7be1ab53ec
commit 90b2efc6f7
2 changed files with 6 additions and 0 deletions

View file

@ -17,10 +17,13 @@
}
.select-multiple {
margin-top: 0.5em;
display: flex;
flex-direction: column;
.option-list {
margin: 0;
margin-top: 0.5em;
padding-left: 0.5em;
}
}

View file

@ -31,10 +31,13 @@
}
.select-multiple {
margin-top: 1em;
display: flex;
flex-direction: column;
.option-list {
margin: 0;
margin-top: 0.5em;
padding-left: 0.5em;
}
}