Make sure all labels are pre-wrapped

-Fix labels in nm do not show white-spaces
This commit is contained in:
Hadi Nategh 2015-02-10 14:21:01 +00:00
parent cdb1f042a2
commit 3fffe6f2ac
4 changed files with 4 additions and 0 deletions

View File

@ -136,6 +136,7 @@ div.et2_hbox > div {
*/ */
.et2_label { .et2_label {
color: #101050; color: #101050;
white-space: pre-wrap;
} }
#msg, #msg,
.message { .message {

View File

@ -113,6 +113,7 @@
*/ */
.et2_label { .et2_label {
color: #1e1e1e; color: #1e1e1e;
white-space: pre-wrap;
} }
/** /**
* img Icons * img Icons

View File

@ -102,6 +102,7 @@
*/ */
.et2_label { .et2_label {
color: #1e1e1e; color: #1e1e1e;
white-space: pre-wrap;
} }
/** /**
* img Icons * img Icons

View File

@ -85,6 +85,7 @@ div.et2_hbox_right {
*/ */
.et2_label { .et2_label {
color: @gray_90; color: @gray_90;
white-space: pre-wrap;
} }
/** /**