From: Scott González Date: Tue, 27 Sep 2011 16:10:17 +0000 (-0400) Subject: Progressbar: Hide overflowing content. Fixes #7743 - Progressbar: Value div can flow... X-Git-Tag: 1.8.17~31 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=db1e73e3db9d7ffa971d2275bc130515e9bd42e6;p=jquery-ui.git Progressbar: Hide overflowing content. Fixes #7743 - Progressbar: Value div can flow out of wrapper div. (cherry picked from commit 25ba0e6ef39c7aebcf2f0901823470422110970f) --- diff --git a/themes/base/jquery.ui.progressbar.css b/themes/base/jquery.ui.progressbar.css index 38364fafa..79d786fa7 100644 --- a/themes/base/jquery.ui.progressbar.css +++ b/themes/base/jquery.ui.progressbar.css @@ -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%; } \ No newline at end of file