Fix vertical heights and add comments

This commit is contained in:
Rukmini Bose 2024-03-26 10:20:07 -07:00
parent 7a82e8c0a6
commit c8fbdafc1a

View File

@ -70,7 +70,7 @@
&__type-icon {
color: $colorItemTreeIcon;
font-size: 1.25em;
height: 100%;
height: 100%; // When pane is small, this avoids the alias icons from wrapping down
min-width: $treeTypeIconW;
body.mobile &{
height: auto;