From b7169fb4e1de879902491cc4ad73e63fe59131ae Mon Sep 17 00:00:00 2001 From: dimqua Date: Mon, 4 Mar 2019 22:54:55 +0300 Subject: [PATCH] (preferences) fix word wrap Remove array from usage statistics (preferences) fix word wrap --- assets/css/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/default.css b/assets/css/default.css index e721cbc7..b9e9d0b8 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -341,5 +341,5 @@ img.thumbnail { } .pure-control-group label { - width: 10.6em; /* Enlarged width for long words, is needed for RU translation. */ + word-wrap: normal; }