Skip to content

Commit db1e73e

Browse files
committed
Progressbar: Hide overflowing content. Fixes #7743 - Progressbar: Value div can flow out of wrapper div.
(cherry picked from commit 25ba0e6)
1 parent 5c6cfe2 commit db1e73e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/base/jquery.ui.progressbar.css

Lines changed: 1 addition & 1 deletion
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)