CSS: Prevent tabs from line-break

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

View File

@ -125,6 +125,7 @@
// Remove gutter for tabs // Remove gutter for tabs
margin-left: -1 * @gutter; margin-left: -1 * @gutter;
margin-right: -1 * @gutter; margin-right: -1 * @gutter;
height: 2.5em;
} }
} }
} }