mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
fixed constraint for viewer name width (#3343)
This commit is contained in:
committed by
Eugenio Romano
parent
53cf5acc86
commit
37b3638703
@@ -40,7 +40,7 @@
|
||||
font-style: normal;
|
||||
font-stretch: normal;
|
||||
|
||||
max-width: 35ch;
|
||||
max-width: 400px;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
display: inline-block;
|
||||
|
Reference in New Issue
Block a user