Make sure all labels are pre-wrapped

-Fix labels in nm do not show white-spaces
- Fix not displaying white-spaces of tracker description
This commit is contained in:
Hadi Nategh 2015-02-10 14:46:25 +00:00
parent db0380645e
commit 44f7830f14
4 changed files with 4 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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