mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01: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 > * {
|
||||
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,
|
||||
.message {
|
||||
color: red;
|
||||
|
Loading…
Reference in New Issue
Block a user