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
parent abb909b5c4
commit 2c9fb69f3b

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