diff options
Diffstat (limited to 'install/ui/widget.js')
-rw-r--r-- | install/ui/widget.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ui/widget.js b/install/ui/widget.js index 1d3d31b3..feaf7b20 100644 --- a/install/ui/widget.js +++ b/install/ui/widget.js @@ -136,7 +136,7 @@ IPA.widget = function(spec) { that.required_indicator = $('<span/>', { 'class': 'required-indicator', text: IPA.required_indicator, - style: 'display: none; float: right;' + style: 'display: none;' }).appendTo(container); }; |