From 4e2b2028f032a3a9132f33d1a191d6041af07c8e Mon Sep 17 00:00:00 2001 From: Simon Howe Date: Thu, 4 Aug 2016 17:42:57 +0200 Subject: [PATCH] Tighten up grid-mode-selector pointer-event bounding box --- client/app/styles/main.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/app/styles/main.less b/client/app/styles/main.less index b82895b7d..91648e535 100644 --- a/client/app/styles/main.less +++ b/client/app/styles/main.less @@ -1193,12 +1193,12 @@ h2 { } .grid-mode-selector { - pointer-events: all; margin-top: 8px; margin-left: 8px; &-wrapper { + pointer-events: all; border-color: @background-darker-secondary-color; }