IgniteUI / help-samples-src

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Button text wrapping in uploader sample

EmilTanev opened this issue · comments

Go here
https://igniteui.github.io/help-samples/16.2/JA/file-upload/api-events/index.html
Select a file to upload
The upload button wraps on two lines

image

@EmilTanev That button (and its width style) is part of the Upload control and you can see the same text wrap on http://jp.igniteui.com/file-upload/multiple-upload, so this should probably be moved to https://github.com/IgniteUI/ignite-ui
P.S. The button is set to fixed 100px via the .ui-igupload-summary-button class so this could be resolved on application level as well.

Okay, can this be resolved in the sample application?