fix spacing in sidebar tabs
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
88865e9728
commit
cf78942253
1 changed files with 1 additions and 1 deletions
|
@ -632,7 +632,7 @@ em {
|
|||
clear: left;
|
||||
}
|
||||
.tabsContainer .tab {
|
||||
padding: 15px;
|
||||
padding: 0 15px 15px;
|
||||
}
|
||||
|
||||
/* popover menu styles (use together with "bubble" class) */
|
||||
|
|
Loading…
Reference in a new issue