style: improve filter modal aesthetics for large screens (Task 11.4)

- Drug modal: size 70%, sm chips in 4-col SimpleGrid layout
- Trust modal: size lg, md chips in vertical Stack layout
- Directorate modal: size 70%, larger badges and text
- CSS: modal title full-width, chip nowrap, scroll padding
This commit is contained in:
Andrew Charlwood
2026-02-07 00:37:47 +00:00
parent 59f6cbafaa
commit caf7ada287
3 changed files with 41 additions and 28 deletions
+5
View File
@@ -341,9 +341,14 @@ body {
.modal-chips-scroll {
max-height: 60vh;
overflow-y: auto;
padding-right: 8px;
}
.modal-chips-scroll .mantine-Chip-label {
font-family: 'Source Sans 3', Arial, sans-serif;
white-space: nowrap;
}
.mantine-Modal-title {
width: 100%;
}
.modal-drug-badge {
cursor: pointer;