mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-24 20:01:36 +02: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;
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
|
:host {
|
||||||
|
display:flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: space-evenly;
|
||||||
|
flex: 0 1 auto !important;
|
||||||
|
}
|
||||||
:host a {
|
:host a {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: #26537c;
|
color: #26537c;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user