From 5a2eb67cb7ce4a11178c88872a44f78a3f2af210 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Wed, 8 Jul 2015 14:31:25 -0400 Subject: [PATCH] (fix) Alignment in bottomSheet --- .../scss/components/bottomSheet/bottomSheet.scss | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/UI/WebServerResources/scss/components/bottomSheet/bottomSheet.scss b/UI/WebServerResources/scss/components/bottomSheet/bottomSheet.scss index e8f865fa1..ec79c5516 100644 --- a/UI/WebServerResources/scss/components/bottomSheet/bottomSheet.scss +++ b/UI/WebServerResources/scss/components/bottomSheet/bottomSheet.scss @@ -8,15 +8,10 @@ md-bottom-sheet.md-default-theme { } md-bottom-sheet { - &.md-list { - md-list-item { - .md-list-item-content { - flex-direction: row; // fix for md bug - flex-grow: 1; - md-icon { - margin-right: $bottom-sheet-icon-after-margin; - } - } + md-list-item { + md-icon { + margin-right: $bottom-sheet-icon-after-margin; + vertical-align: text-bottom; } } }