mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Partially fix labels with %s don't wrap
This commit is contained in:
parent
d967bb7f66
commit
3a6e425a2b
@ -412,6 +412,7 @@ const Et2InputWidgetMixin = <T extends Constructor<LitElement>>(superclass : T)
|
||||
this.label = pre;
|
||||
if(post?.trim().length > 0)
|
||||
{
|
||||
this.__label = pre;
|
||||
this.updateComplete.then(() =>
|
||||
{
|
||||
const label = document.createElement("et2-description");
|
||||
|
Loading…
Reference in New Issue
Block a user