Skip to content

Commit

Permalink
tabs: fix wrapping when having many tabs #272
Browse files Browse the repository at this point in the history
  • Loading branch information
McShelby committed Jun 23, 2022
1 parent 82585f1 commit 34701d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/css/tabs.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}
#body .tab-nav-button:not(.active) {
border-bottom-color: rgba( 134, 134, 134, .1 );
margin-top: 7px;
margin-top: 8px;
padding-bottom: 2px !important;
padding-top: 2px !important;
}
Expand Down

0 comments on commit 34701d6

Please sign in to comment.