mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-06-30 18:15:11 +00:00
[ADF-1828] Folder title shrinks when it's too long to display it in a small screen (#3123)
This commit is contained in:
parent
3033102ae4
commit
3d21aa59f3
@ -7,7 +7,8 @@
|
||||
&-dropdown-breadcrumb {
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
height: 25px;
|
||||
width: 65%;
|
||||
max-width: 200px;
|
||||
}
|
||||
|
||||
&-dropdown-breadcumb-trigger {
|
||||
@ -36,9 +37,11 @@
|
||||
&-current-folder {
|
||||
margin-left: $dropdownHorizontalOffset;
|
||||
line-height: 26px;
|
||||
white-space: pre-wrap;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
&-current-folder.isRoot {
|
||||
|
Loading…
x
Reference in New Issue
Block a user