Better support for long file names in viewer (#1424)

- Display ellipsis
- Use full width of the title div

Refs #1325
This commit is contained in:
Will Abson 2017-01-10 15:27:56 +00:00 committed by Vito
parent a97c2f4336
commit c5dca890b7

View File

@ -19,10 +19,13 @@
}
.viewer-name-file {
width: 50%;
width: 100%;
height: 21px;
overflow: hidden !important;
text-overflow: ellipsis;
white-space: nowrap;
padding-right: 60px;
margin-right: -40px;
}
.viewer-shadow-transparent {