mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 00:43:20 +01: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
b8e1c0acc2
commit
48e0bd0e32
@ -47,8 +47,7 @@ export class Et2Link extends ExposeMixin<Et2Widget>(Et2Widget(LitElement)) imple
|
||||
flex: 2 1 50%;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
max-width: max-content;
|
||||
max-width: max-content;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
@ -56,7 +55,6 @@ export class Et2Link extends ExposeMixin<Et2Widget>(Et2Widget(LitElement)) imple
|
||||
flex: 1 1 50%;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
max-width: max-content;
|
||||
width: 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user