aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/tabs.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/tabs.scss')
-rw-r--r--src/styles/tabs.scss7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/styles/tabs.scss b/src/styles/tabs.scss
index 21a5e76ce..f5e60d158 100644
--- a/src/styles/tabs.scss
+++ b/src/styles/tabs.scss
@@ -49,12 +49,13 @@
49 border-left-width: 4px; 49 border-left-width: 4px;
50 border-left-style: solid; 50 border-left-style: solid;
51 51
52 .tab-item__icon, .tab-item__label { 52 .tab-item__icon,
53 .tab-item__label {
53 margin-left: -4px; 54 margin-left: -4px;
54 } 55 }
55 } 56 }
56 57
57 &.is-label-enabled{ 58 &.is-label-enabled {
58 height: min-content; 59 height: min-content;
59 overflow: hidden; 60 overflow: hidden;
60 padding-top: 8px; 61 padding-top: 8px;
@@ -149,7 +150,7 @@
149 z-index: 99999; 150 z-index: 99999;
150 } 151 }
151 152
152 .tab-item__error-icon{ 153 .tab-item__error-icon {
153 font-size: 1.9em; 154 font-size: 1.9em;
154 color: red; 155 color: red;
155 position: absolute; 156 position: absolute;