From 431be4cf2579fd9f099fa61f0ab4499d5940d6ec Mon Sep 17 00:00:00 2001 From: jpellizzari Date: Wed, 7 Dec 2016 16:32:19 -0800 Subject: [PATCH] Fixed grid-mode-selector styling --- client/app/styles/main.less | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/client/app/styles/main.less b/client/app/styles/main.less index 56df62bd76..60a64d166e 100644 --- a/client/app/styles/main.less +++ b/client/app/styles/main.less @@ -1262,10 +1262,19 @@ h2 { margin-top: 8px; margin-left: 8px; + min-width: 161px; &-wrapper { pointer-events: all; border-color: @background-darker-secondary-color; + overflow: hidden; + } + + &:first-child, + &:last-child { + .grid-mode-selector-action { + border-radius: 0; + } } &-action {