From 93fa67c4920d844a7937a90624cdfed1a1fcc6b7 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Thu, 26 Nov 2015 13:48:29 -0500 Subject: [PATCH] (css) Improve list in sidenav --- UI/WebServerResources/scss/components/list/list.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/UI/WebServerResources/scss/components/list/list.scss b/UI/WebServerResources/scss/components/list/list.scss index 7ab78e0b9..48eefcced 100644 --- a/UI/WebServerResources/scss/components/list/list.scss +++ b/UI/WebServerResources/scss/components/list/list.scss @@ -21,6 +21,12 @@ $sg-color-chip-width: $subhead-font-size-base; md-list-item { .md-list-item-inner { flex-grow: 1; // use all column space + overflow: hidden; + + // Gain some space since we want small list items + & > md-checkbox { + margin-top: 0px; + } } md-icon, .md-button md-icon {