Skip to content

Commit

Permalink
CSS: Prevent tabs from line-break
Browse files Browse the repository at this point in the history
refs #3810
refs #3815
  • Loading branch information
flourish86 committed Aug 6, 2019
1 parent 017b943 commit 1b3e4c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/css/icinga/layout.less
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@
// Remove gutter for tabs
margin-left: -1 * @gutter;
margin-right: -1 * @gutter;
height: 2.5em;
}
}
}
Expand Down

0 comments on commit 1b3e4c6

Please sign in to comment.