mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
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:
parent
a97c2f4336
commit
c5dca890b7
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user