Fix infolog description field keeps always empty space regardless of label content

This commit is contained in:
Hadi Nategh 2016-03-31 14:47:49 +00:00
parent d8d1b0b61f
commit 42d2e62c97

View File

@ -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;