Skip to content

Commit

Permalink
Prevented document name to go on multiple lines webodf#164
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Haas committed Nov 10, 2015
1 parent 136dc71 commit 937de1a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions viewer.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,11 @@ select {
color: #F2F2F2;
line-height: 14px;
font-family: sans-serif;
}
#documentName {
font-size: 14px;
white-space: nowrap;
margin-right: 100px; /* To be adjusted if more icons to show */
overflow: hidden;
text-overflow: ellipsis;
}

#toolbarContainer {
Expand Down

0 comments on commit 937de1a

Please sign in to comment.