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.
  • Loading branch information
scottgonzalez committed Sep 27, 2011
1 parent 228b1b1 commit 25ba0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/base/jquery.ui.progressbar.css
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 25ba0e6

Please sign in to comment.