diff --git a/source/Ox.UI/js/Form/FileButton.js b/source/Ox.UI/js/Form/FileButton.js index 4720acdb..d972c086 100644 --- a/source/Ox.UI/js/Form/FileButton.js +++ b/source/Ox.UI/js/Form/FileButton.js @@ -40,7 +40,7 @@ Ox.FileButton = function(options, self) { } }) .addClass('OxFileButton') - .css({width: self.options.width + 'px'}); + .css({overflow: 'hidden'}); self.files = []; self.multiple = self.options.maxFiles != 1;