From 3fffe6f2ace5c9e15a40917739ce5e4eceed6d03 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Tue, 10 Feb 2015 14:21:01 +0000 Subject: [PATCH] Make sure all labels are pre-wrapped -Fix labels in nm do not show white-spaces --- etemplate/templates/default/etemplate2.css | 1 + pixelegg/css/mobile.css | 1 + pixelegg/css/pixelegg.css | 1 + pixelegg/less/etemplate2.less | 1 + 4 files changed, 4 insertions(+) diff --git a/etemplate/templates/default/etemplate2.css b/etemplate/templates/default/etemplate2.css index ea04a9e380..fbfca886f5 100644 --- a/etemplate/templates/default/etemplate2.css +++ b/etemplate/templates/default/etemplate2.css @@ -136,6 +136,7 @@ div.et2_hbox > div { */ .et2_label { color: #101050; + white-space: pre-wrap; } #msg, .message { diff --git a/pixelegg/css/mobile.css b/pixelegg/css/mobile.css index 795686b23d..9c73171882 100644 --- a/pixelegg/css/mobile.css +++ b/pixelegg/css/mobile.css @@ -113,6 +113,7 @@ */ .et2_label { color: #1e1e1e; + white-space: pre-wrap; } /** * img Icons diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css index be51a54c6e..8ae0b4635e 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -102,6 +102,7 @@ */ .et2_label { color: #1e1e1e; + white-space: pre-wrap; } /** * img Icons diff --git a/pixelegg/less/etemplate2.less b/pixelegg/less/etemplate2.less index f4de5abed1..fc24da1675 100755 --- a/pixelegg/less/etemplate2.less +++ b/pixelegg/less/etemplate2.less @@ -85,6 +85,7 @@ div.et2_hbox_right { */ .et2_label { color: @gray_90; + white-space: pre-wrap; } /**