mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-26 00:41:25 -06:00
webui: fix group type padding
Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
This commit is contained in:
parent
9446c4c8b4
commit
981b399c4e
@ -5582,7 +5582,7 @@ IPA.value_map_widget = function(spec) {
|
||||
that.value_map = spec.value_map || {};
|
||||
that.default_label = text.get(spec.default_label || '');
|
||||
that.value = '';
|
||||
that.base_css_class = that.base_css_class + ' status-section';
|
||||
that.base_css_class = that.base_css_class + ' status-section form-control-static';
|
||||
|
||||
that.create = function(container) {
|
||||
that.widget_create(container);
|
||||
|
Loading…
Reference in New Issue
Block a user