From a3fcf132d91b7abf77164b2999ff8c2b69664823 Mon Sep 17 00:00:00 2001 From: Igor Zhukov Date: Sat, 23 Apr 2016 21:47:20 +0300 Subject: [PATCH] Improved modal styles --- app/less/app.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/less/app.less b/app/less/app.less index 77e46c5d..5c1e2bae 100644 --- a/app/less/app.less +++ b/app/less/app.less @@ -4466,6 +4466,11 @@ a.countries_modal_search_clear { line-height: 14px; margin-top: 4px; } + .md_modal_section_param_value { + word-break: break-all; + word-wrap: break-word; + overflow: hidden; + } } &_range_wrap {