From 9d3015ecec8a570c3615bdb59e11a0e886cb0fee Mon Sep 17 00:00:00 2001 From: Drian Hillman Date: Mon, 3 Jul 2017 22:50:54 -0400 Subject: [PATCH 1/2] =?UTF-8?q?Fixes=20cropped=20tab=20titles=20when=20ope?= =?UTF-8?q?ning=20to=20the=20Styles=20tab=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/styles/modules/_common-styles.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/styles/modules/_common-styles.scss b/app/styles/modules/_common-styles.scss index ab5625b..ea291f4 100755 --- a/app/styles/modules/_common-styles.scss +++ b/app/styles/modules/_common-styles.scss @@ -360,9 +360,10 @@ $accent // Accent / Highlight margin-left: 12px; .tabbed-pane-header-tab { - font-size: 10px; + font-size: 12px; height: 28px; padding: 6px 12px !important; + width: auto !important; } } } From f16c87601fd006ad6cfc5b89ddabee72d35fd340 Mon Sep 17 00:00:00 2001 From: Drian Hillman Date: Wed, 5 Jul 2017 00:13:01 -0400 Subject: [PATCH 2/2] Slight padding adjustment to clean up tab spacing. --- app/styles/modules/_common-styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/styles/modules/_common-styles.scss b/app/styles/modules/_common-styles.scss index ea291f4..9591ce8 100755 --- a/app/styles/modules/_common-styles.scss +++ b/app/styles/modules/_common-styles.scss @@ -434,7 +434,7 @@ $accent // Accent / Highlight .tabbed-pane-header-tab-title { box-sizing: content-box; - padding: 0 8px; + padding: 0; } &.selected {