mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-27 05:11:41 +02:00
Fix infolog description field keeps always empty space regardless of label content
This commit is contained in:
parent
d8d1b0b61f
commit
42d2e62c97
@ -154,6 +154,11 @@ label.et2_label > * {
|
|||||||
label.et2_label.et2_label_empty > * {
|
label.et2_label.et2_label_empty > * {
|
||||||
margin-left: 0 !important;
|
margin-left: 0 !important;
|
||||||
}
|
}
|
||||||
|
/*do not pre-wrap label as it would cause empty space*/
|
||||||
|
.et2_vbox > .et2_label.et2_label_empty {
|
||||||
|
white-space: normal;
|
||||||
|
}
|
||||||
|
|
||||||
#msg,
|
#msg,
|
||||||
.message {
|
.message {
|
||||||
color: red;
|
color: red;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user