Skip to content

Commit 008c492

Browse files
palbizuPatricio Albizu
andauthored
fix: reducing space in tab's title (#753)
* fix: reducing space in tab's title * fix: removing commnet Co-authored-by: Patricio Albizu <albizupatricio@github.com>
1 parent 24b8a5c commit 008c492

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

projects/components/src/tabs/navigable/navigable-tab-group.component.scss

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@
2525
}
2626
}
2727

28-
.tab-group {
29-
height: 48px;
30-
}
31-
3228
.divider {
3329
position: relative;
3430
bottom: 2px;
@@ -67,13 +63,14 @@
6763
}
6864

6965
.tab-link {
70-
height: 46px; // plus ink-bar is 48
66+
height: auto;
7167
min-width: 0;
7268
padding: 0;
7369
font-size: 16px;
7470
font-weight: 500;
7571
color: $gray-5;
7672
opacity: 1;
73+
padding-bottom: 6px;
7774
}
7875

7976
.ink-bar {

0 commit comments

Comments
 (0)