diff options
author | hjnim.kim <hjnim.kim@samsung.com> | 2013-04-04 14:04:53 +0900 |
---|---|---|
committer | Youmin Ha <youmin.ha@samsung.com> | 2013-04-05 16:33:13 +0900 |
commit | 23abcabd75bba10c4fb99aac1704ce77bdcffbfa (patch) | |
tree | aedc6170af961e086bf5ad5a53556a84ea796bb7 /src/themes | |
parent | 31d3d9f006f8b02f73bd3c97fec622d2b8fef3f8 (diff) | |
download | web-ui-fw-23abcabd75bba10c4fb99aac1704ce77bdcffbfa.tar.gz web-ui-fw-23abcabd75bba10c4fb99aac1704ce77bdcffbfa.tar.bz2 web-ui-fw-23abcabd75bba10c4fb99aac1704ce77bdcffbfa.zip |
Swipe: list item overflow: hidden has been added
swipe list item 'overflow:hidden' has been added
N_SE-25209
Change-Id: I1b30ab3efa4210e7b6a27f8a031875cbad7a93db
Diffstat (limited to 'src/themes')
-rw-r--r-- | src/themes/tizen/common/jquery.mobile.tizen.swipe.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/themes/tizen/common/jquery.mobile.tizen.swipe.less b/src/themes/tizen/common/jquery.mobile.tizen.swipe.less index c91775ac..eb662484 100644 --- a/src/themes/tizen/common/jquery.mobile.tizen.swipe.less +++ b/src/themes/tizen/common/jquery.mobile.tizen.swipe.less @@ -4,6 +4,7 @@ .ui-swipe { list-style-type: none; + overflow: hidden; } .ui-swipe-item { |