Skip to content

Commit 937de1a

Browse files
author
Christoph Haas
committed
Prevented document name to go on multiple lines webodf#164
1 parent 136dc71 commit 937de1a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

viewer.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,11 @@ select {
9191
color: #F2F2F2;
9292
line-height: 14px;
9393
font-family: sans-serif;
94-
}
95-
#documentName {
9694
font-size: 14px;
95+
white-space: nowrap;
96+
margin-right: 100px; /* To be adjusted if more icons to show */
97+
overflow: hidden;
98+
text-overflow: ellipsis;
9799
}
98100

99101
#toolbarContainer {

0 commit comments

Comments
 (0)