From 6ced54bdf6a37374580b46dccbc66082d9514b5c Mon Sep 17 00:00:00 2001 From: Fomafix Date: Tue, 3 Mar 2020 06:39:45 +0100 Subject: [PATCH] Increase clickable area of tabs buttons This makes the clickable area of the tabs buttons like the other buttons. Change-Id: I7987aed0627def6b177ef54aa8a787917e9b40f0 --- modules/jquery.wikiEditor.toolbar.less | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/jquery.wikiEditor.toolbar.less b/modules/jquery.wikiEditor.toolbar.less index 332d8366..bce8f461 100644 --- a/modules/jquery.wikiEditor.toolbar.less +++ b/modules/jquery.wikiEditor.toolbar.less @@ -35,14 +35,14 @@ float: left; height: 100%; list-style: none; - margin: 3px; - min-height: 26px; + margin: 0 3px; + min-height: 32px; position: relative; span.tab { display: block; float: left; - line-height: 26px; + line-height: 32px; a, a:visited { @@ -53,7 +53,7 @@ cursor: pointer; display: inline-block; float: left; - height: 26px; + height: 32px; padding-left: 18px; padding-right: 12px; } @@ -75,7 +75,7 @@ .section-main { position: relative; float: left; - min-height: 26px; + min-height: 32px; height: 100%; }