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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user