Skip to content

Commit

Permalink
Progressbar: Hide overflowing content. Fixes #7743 - Progressbar: Val…
Browse files Browse the repository at this point in the history
…ue div can flow out of wrapper div.

(cherry picked from commit 25ba0e6)
  • Loading branch information
scottgonzalez committed Sep 27, 2011
1 parent 5c6cfe2 commit db1e73e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/base/jquery.ui.progressbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
*
* http://docs.jquery.com/UI/Progressbar#theming
*/
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar { height:2em; text-align: left; overflow: hidden; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }

0 comments on commit db1e73e

Please sign in to comment.