mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-27 05:11:41 +02:00
Fix links in infolog description getting into a new line
This commit is contained in:
parent
abb909b5c4
commit
2c9fb69f3b
@ -33,10 +33,11 @@ export class Et2Description extends Et2Widget(LitElement) implements et2_IDetach
|
|||||||
flex: 0 1 auto !important;
|
flex: 0 1 auto !important;
|
||||||
}
|
}
|
||||||
label {display: contents;}
|
label {display: contents;}
|
||||||
:host a {
|
::slotted(a) {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: #26537c;
|
color: #26537c;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
display: inherit;
|
||||||
}`
|
}`
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user