tabs: fix wrapping when having many tabs #272

This commit is contained in:
Sören Weber 2022-06-23 12:34:38 +02:00
parent 82585f1941
commit 34701d6102
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589

View file

@ -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;
}