Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElina Pulke <elina.pulke@zabbix.com>2022-11-09 15:32:48 +0300
committerElina Pulke <elina.pulke@zabbix.com>2022-11-09 15:32:48 +0300
commitc1db7713aa823e8881ac3ee051c59de4602ec237 (patch)
tree839fe6bba46cd7ee2fd7c8449d94744251159244
parent3d1d62c351685c93715707a13db37643e2153f27 (diff)
..F....... [ZBX-20320] changed user role checkbox list whole grid width to 540px
-rw-r--r--ui/app/views/administration.userrole.edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/views/administration.userrole.edit.php b/ui/app/views/administration.userrole.edit.php
index 58aa51a6896..66a5ce1eb61 100644
--- a/ui/app/views/administration.userrole.edit.php
+++ b/ui/app/views/administration.userrole.edit.php
@@ -117,7 +117,7 @@ foreach ($data['labels']['sections'] as $section_key => $section_label) {
new CLabel($section_label, $section_key),
new CFormField(
(new CCheckBoxList())
- ->setWidth(ZBX_TEXTAREA_STANDARD_WIDTH)
+ ->setWidth(ZBX_TEXTAREA_BIG_WIDTH)
->setOptions($ui)
->setVertical()
->setColumns(3)