forked from extern/egroupware
Fix links in infolog description getting into a new line
This commit is contained in:
parent
63492b3e98
commit
665dcc18da
@ -33,10 +33,11 @@ export class Et2Description extends Et2Widget(LitElement) implements et2_IDetach
|
||||
flex: 0 1 auto !important;
|
||||
}
|
||||
label {display: contents;}
|
||||
:host a {
|
||||
::slotted(a) {
|
||||
cursor: pointer;
|
||||
color: #26537c;
|
||||
text-decoration: none;
|
||||
display: inherit;
|
||||
}`
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user