mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-22 19:01:43 +02:00
Apply nowrap white-space only to et2-link used in et2-link-list in order to let its content be shown in multiple lines
This commit is contained in:
parent
44df2023e5
commit
b0d3570892
@ -47,7 +47,6 @@ export class Et2Link extends ExposeMixin<Et2Widget>(Et2Widget(LitElement)) imple
|
|||||||
flex: 2 1 50%;
|
flex: 2 1 50%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
|
||||||
max-width: max-content;
|
max-width: max-content;
|
||||||
width: 0;
|
width: 0;
|
||||||
}
|
}
|
||||||
@ -56,7 +55,6 @@ export class Et2Link extends ExposeMixin<Et2Widget>(Et2Widget(LitElement)) imple
|
|||||||
flex: 1 1 50%;
|
flex: 1 1 50%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
|
||||||
max-width: max-content;
|
max-width: max-content;
|
||||||
width: 0;
|
width: 0;
|
||||||
}
|
}
|
||||||
|
@ -1071,6 +1071,9 @@ et2-link-string > et2-link::part(icon), et2-link-string > et2-link::part(remark)
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
et2-link-list et2-link::part(title), et2-link-list et2-link::part(remark) {
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
/* Link entry - x button*/
|
/* Link entry - x button*/
|
||||||
div.et2_link_entry {
|
div.et2_link_entry {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user