Skip to content

Commit 25ba0e6

Browse files
committed
Progressbar: Hide overflowing content. Fixes #7743 - Progressbar: Value div can flow out of wrapper div.
1 parent 228b1b1 commit 25ba0e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: themes/base/jquery.ui.progressbar.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
*
88
* http://docs.jquery.com/UI/Progressbar#theming
99
*/
10-
.ui-progressbar { height:2em; text-align: left; }
10+
.ui-progressbar { height:2em; text-align: left; overflow: hidden; }
1111
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }

0 commit comments

Comments
 (0)