This commit is contained in:
2025-11-10 15:01:20 +01:00
parent ef9bec3334
commit ab81e76206
2 changed files with 7 additions and 4 deletions
+6 -3
View File
@@ -172,12 +172,15 @@
.selection-assignment__menu {
font-size: 0.95rem;
font-weight: 400;
padding: 0.4rem 0;
display: flex;
flex-direction: column;
gap: 0;
padding: 0;
max-width: min(22rem, 90vw);
}
.selection-assignment__header {
padding: 0.4rem 0.75rem 0.3rem;
padding: 0.5rem;
border-bottom: 1px solid var(--border-subtle);
}
@@ -200,7 +203,7 @@
.selection-assignment__list {
max-height: 240px;
overflow-y: auto;
padding: 0 0.75rem;
padding: 0 0.25rem 0.25rem;
}
.selection-assignment__item {
+1 -1
View File
@@ -263,7 +263,7 @@
justify-content: flex-start;
gap: 0.5rem;
width: 100%;
padding: 0.45rem 0.75rem;
padding: 0.5rem 0.75rem;
border: none;
border-radius: 0.4rem;
background: none;