Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Prevent titles of bottom panels (which use the .simple-toolbar-layout…
Browse files Browse the repository at this point in the history
… class) from overlapping the right-hand toolbar
  • Loading branch information
Narciso Jaramillo committed Apr 9, 2013
1 parent 91e4a05 commit 8c655d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/styles/brackets_patterns_override.less
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@
.simple-toolbar-layout.toolbar {
.hbox;
.box-align(center);
overflow: hidden;

.title-wrapper {
/* This is necessary because text-overflow: ellipsis doesn't work when it's set
directly on a flexing box in Chrome currently. */
Expand Down

0 comments on commit 8c655d2

Please sign in to comment.