Fix description & label not being aligned in middle (happens for labels not wrapped in table)

This commit is contained in:
Hadi Nategh 2022-08-31 12:27:52 +02:00
parent b83f2f5847
commit 8555fa2f8f

View File

@ -26,6 +26,12 @@ export class Et2Description extends Et2Widget(LitElement) implements et2_IDetach
* {
white-space: pre-wrap;
}
:host {
display:flex;
flex-direction: column;
justify-content: space-evenly;
flex: 0 1 auto !important;
}
:host a {
cursor: pointer;
color: #26537c;