mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Fix description & label not being aligned in middle (happens for labels not wrapped in table)
This commit is contained in:
parent
b83f2f5847
commit
8555fa2f8f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user