fix: user picker checkbox + width

fixes #657
fixes #681
This commit is contained in:
Paul Makles
2022-06-14 17:10:59 +01:00
parent 5835064219
commit b44779c89a
3 changed files with 13 additions and 21 deletions

View File

@@ -1,20 +1,5 @@
.list {
width: 400px;
max-width: 100%;
max-height: 360px;
overflow-y: scroll;
> label {
> span {
align-items: flex-start !important;
> span {
display: flex;
padding: 4px;
flex-direction: row;
gap: 10px;
justify-content: flex-start;
align-items: center;
}
}
}
}