Better handle overflow

This commit is contained in:
shamoon
2025-09-11 23:18:56 -07:00
parent 8c7920580a
commit 3603fb1a1a

View File

@@ -23,8 +23,11 @@
// Dropdown hierarchy reveal for ng-select options // Dropdown hierarchy reveal for ng-select options
::ng-deep .ng-dropdown-panel .ng-option { ::ng-deep .ng-dropdown-panel .ng-option {
overflow-x: scroll;
.tag-option-row { .tag-option-row {
font-size: 1rem; font-size: 1rem;
width: max-content;
} }
.hierarchy-reveal { .hierarchy-reveal {