diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2024-11-23 16:54:22 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2024-11-23 16:54:22 +0300 |
| commit | 417065b8f56e5d273c80a866a67f9555073c6592 (patch) | |
| tree | e6f996a482fa45f012ca6dfaafa71b0d25a65a24 /themes/light | |
| parent | c2d0c5a5c934a9472d123742b4b3ea8da000a0d3 (diff) | |
show cumulative score adjustment (if any) and up to 3 actions total in filter tree
Diffstat (limited to 'themes/light')
| -rw-r--r-- | themes/light/dijit_basic.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/light/dijit_basic.less b/themes/light/dijit_basic.less index f29461530..fcdde88eb 100644 --- a/themes/light/dijit_basic.less +++ b/themes/light/dijit_basic.less @@ -151,6 +151,7 @@ .labelParam { float: right; margin-right: 16px; + text-align: right; } .dijitTreeRow.filterDisabled { |