summaryrefslogtreecommitdiff
path: root/themes/light/dijit_basic.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-11-27 12:27:12 +0300
committerAndrew Dolgov <[email protected]>2020-11-27 12:27:12 +0300
commitd1ee30d1ba75be8726143eba1d8ae452d9ce81e7 (patch)
tree73482e92ea78288a71b9589d6832479b89a7f7b2 /themes/light/dijit_basic.less
parent8479421da442978065bd00a03bcc606326249aba (diff)
prevent horizontal scrolling in filter editor dialog if rules are very long
Diffstat (limited to 'themes/light/dijit_basic.less')
-rw-r--r--themes/light/dijit_basic.less12
1 files changed, 10 insertions, 2 deletions
diff --git a/themes/light/dijit_basic.less b/themes/light/dijit_basic.less
index a00cc5e59..d49d7316d 100644
--- a/themes/light/dijit_basic.less
+++ b/themes/light/dijit_basic.less
@@ -20,8 +20,16 @@
top : -1px;
}
- #filterDlg_Matches span.filterRule {
- color: green;
+ #filterDlg_Matches {
+ .filterRule {
+ color: green;
+ word-break : break-all;
+
+ .field, .feed {
+ word-break : break-word;
+ font-style : italic;
+ }
+ }
}
#filterTree .filterRules li.inverse,