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

Commit

Permalink
Merge pull request #9481 from adobe/rlim/pane-header-text-wrapping
Browse files Browse the repository at this point in the history
Prevent text wrapping in pane headers.
  • Loading branch information
larz0 committed Oct 8, 2014
2 parents 6ad6834 + d1266cc commit 69707c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/styles/brackets.less
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,9 @@ a, img {
padding: 5px 10px;
color: @bc-text-thin-quiet;
background-color: @background;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;

.dark & {
color: @dark-bc-text-quiet;
Expand Down

0 comments on commit 69707c4

Please sign in to comment.