CSS: Compensate .tabs-spacer

refs #3810
refs #3815
This commit is contained in:
Florian Strohmaier 2019-08-06 14:53:08 +02:00 committed by Johannes Meyer
parent eb104c3332
commit 88db9c80c3
1 changed files with 4 additions and 0 deletions

View File

@ -127,6 +127,10 @@
margin-right: -1 * @gutter;
height: 2.5em;
}
.tabs:first-child:not(:last-child) {
margin-bottom: .5em;
}
}
}
}