From 00a2db0fcd56f2e5482eef2e436a41114038765d Mon Sep 17 00:00:00 2001 From: nikikante Date: Tue, 21 Jun 2016 22:56:44 +0200 Subject: [PATCH] Fixed spacing beetwen button and dropdown menu Button can be found in filter row --- website/index/index.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/index/index.css b/website/index/index.css index 3b5c922c..4a6fc033 100644 --- a/website/index/index.css +++ b/website/index/index.css @@ -174,6 +174,12 @@ background-color: #CDE7F9; } +.try .editor.row .bootstrap-select .dropdown-menu { + margin: 0; + border-top: 0 +} + + .try .editor .editor-frame { position: relative; }