diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2021-02-24 15:53:47 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2021-02-24 15:53:47 +0300 |
| commit | 2f14fa1bc367551c1b29b00f366c29a513274729 (patch) | |
| tree | f7a2567c2098b5fb51b5849b6aa39b601eacac69 /classes/pref/system.php | |
| parent | 7f41228a7148c14d295f68f536b6227e10a2675f (diff) | |
add a hack to position labels on a dijit toolbar better
Diffstat (limited to 'classes/pref/system.php')
| -rw-r--r-- | classes/pref/system.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/pref/system.php b/classes/pref/system.php index 35c776463..67f7133c6 100644 --- a/classes/pref/system.php +++ b/classes/pref/system.php @@ -88,7 +88,7 @@ class Pref_System extends Handler_Administrative { </button> <div class='pull-right'> - <?= __("Severity:") ?> + <label><?= __("Severity:") ?></label> <?= \Controls\select_hash("severity", $severity, [ |