From 831895e15f723dfc72d2de17b2e804292e0edc4a Mon Sep 17 00:00:00 2001 From: "heeju.joo" Date: Tue, 16 Apr 2013 12:31:40 +0900 Subject: [PATCH] SegmentControl: 2-buttons display issue (N_SE-34200) add label width in ui-controlgroup-horizontal Change-Id: I222bdcd552cc0b59b502ffcac1dd2322a1d05725 --- src/themes/tizen/common/jquery.mobile.controlgroup.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/themes/tizen/common/jquery.mobile.controlgroup.less b/src/themes/tizen/common/jquery.mobile.controlgroup.less index be2e86a..5d33500 100644 --- a/src/themes/tizen/common/jquery.mobile.controlgroup.less +++ b/src/themes/tizen/common/jquery.mobile.controlgroup.less @@ -121,7 +121,7 @@ fieldset.ui-controlgroup { } label { - width : 100% + width : 100%; > span.ui-btn-inner { padding-top : 3 * @unit_base; padding-bottom : 3 * @unit_base; -- 2.7.4