From c8fbdafc1a947e00ca8805a9f4bcb2baba277d97 Mon Sep 17 00:00:00 2001 From: Rukmini Bose Date: Tue, 26 Mar 2024 10:20:07 -0700 Subject: [PATCH] Fix vertical heights and add comments --- src/ui/layout/recent-objects.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/layout/recent-objects.scss b/src/ui/layout/recent-objects.scss index 27a2256b40..e32cd2ce7e 100644 --- a/src/ui/layout/recent-objects.scss +++ b/src/ui/layout/recent-objects.scss @@ -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;