Skip to content
This repository was archived by the owner on Oct 11, 2018. It is now read-only.

Commit 9a20124

Browse files
committed
available disks should ahve min-height set only when expanded
1 parent 849cffb commit 9a20124

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/sections/storage/inspectors/available-disks.reel/disks-category.reel/_disks-category.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.AvailableDisksCategory {
22
position: relative;
3-
min-height: 10rem;
43
/* toggle disks */
54
&.is-expanded {
5+
min-height: 10rem;
66
& .Scroller { display: block; }
77
}
88

0 commit comments

Comments
 (0)