Fix links in infolog description getting into a new line

This commit is contained in:
Hadi Nategh 2023-03-10 13:39:58 +01:00 committed by ralf
parent 63492b3e98
commit 665dcc18da

View File

@ -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;
}`
];
}