Skip to content

Commit 73040dd

Browse files
fix: dashboard tabs alignment (#1084)
Override the tab menu's margin-bottom value to 0px.
1 parent cb33f53 commit 73040dd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

css/settings.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1055,7 +1055,7 @@ input.fz-switch-toggle[type=checkbox]:checked:before{
10551055
border-bottom: 1px solid #D9D9D9;
10561056
}
10571057

1058-
.fz-tabs-menu ul li a{
1058+
.fz-tabs-menu ul li a {
10591059
font-weight: 600;
10601060
font-size: 16px;
10611061
line-height: 19px;
@@ -1070,6 +1070,11 @@ input.fz-switch-toggle[type=checkbox]:checked:before{
10701070
-o-transition: all 0.3s ease-in-out;
10711071
transition: all 0.3s ease-in-out;
10721072
}
1073+
1074+
.fz-tabs-menu ul li {
1075+
margin-bottom: 0;
1076+
}
1077+
10731078
.fz-tabs-menu ul li a:after{
10741079
content: "";
10751080
width: 100%;

0 commit comments

Comments
 (0)