mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:36 +01:00
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:
parent
db0380645e
commit
44f7830f14
@ -136,6 +136,7 @@ div.et2_hbox > div {
|
||||
*/
|
||||
.et2_label {
|
||||
color: #101050;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
#msg,
|
||||
.message {
|
||||
|
@ -113,6 +113,7 @@
|
||||
*/
|
||||
.et2_label {
|
||||
color: #1e1e1e;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
/**
|
||||
* img Icons
|
||||
|
@ -102,6 +102,7 @@
|
||||
*/
|
||||
.et2_label {
|
||||
color: #1e1e1e;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
/**
|
||||
* img Icons
|
||||
|
@ -85,6 +85,7 @@ div.et2_hbox_right {
|
||||
*/
|
||||
.et2_label {
|
||||
color: @gray_90;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user