mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +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:
@@ -19,10 +19,13 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.viewer-name-file {
|
.viewer-name-file {
|
||||||
width: 50%;
|
width: 100%;
|
||||||
height: 21px;
|
height: 21px;
|
||||||
overflow: hidden !important;
|
overflow: hidden !important;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
|
padding-right: 60px;
|
||||||
|
margin-right: -40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.viewer-shadow-transparent {
|
.viewer-shadow-transparent {
|
||||||
|
Reference in New Issue
Block a user