Compare commits

...

1 Commits

Author SHA1 Message Date
Victor Meng
b6043260d8 Add min-height the panel main content 2021-06-28 18:22:57 -07:00

View File

@@ -10,6 +10,7 @@
padding: 0 34px;
margin: 20px 0;
overflow: auto;
min-height: 30px;
& > :not(.collapsibleSection) {
margin-bottom: @DefaultSpace;