fx115: Scaffold: Fix Tests listbox sizing

- Remove splitter for now - no longer works with flex, so we'll need to
  rethink it
- Borrow selectItemsDialog richlistbox sizing fix via mixin
This commit is contained in:
Abe Jellinek 2024-04-22 15:02:18 -04:00
parent fde33e7100
commit d815476a14
4 changed files with 14 additions and 6 deletions

View file

@ -42,7 +42,5 @@
// unless all/most elements in the hierarchy that contain that
// richlistbox have a min-height: 0 set
.contain-richlistbox {
vbox, hbox {
min-height: 0;
}
}
@include contain-richlistbox;
}