diff options
Diffstat (limited to 'install/ui/rule.js')
-rw-r--r-- | install/ui/rule.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/install/ui/rule.js b/install/ui/rule.js index 3b1308bc..ab2e234d 100644 --- a/install/ui/rule.js +++ b/install/ui/rule.js @@ -122,7 +122,8 @@ IPA.rule_association_table_widget = function(spec) { name: that.external, label: IPA.messages.objects.sudorule.external, entity_name: that.other_entity, - format: IPA.boolean_format + format: IPA.boolean_format, + width: '200px' }); } } |