Swipe: list item overflow: hidden has been added
authorhjnim.kim <hjnim.kim@samsung.com>
Thu, 4 Apr 2013 05:04:53 +0000 (14:04 +0900)
committerYoumin Ha <youmin.ha@samsung.com>
Fri, 5 Apr 2013 07:33:13 +0000 (16:33 +0900)
swipe list item 'overflow:hidden' has been added
N_SE-25209

Change-Id: I1b30ab3efa4210e7b6a27f8a031875cbad7a93db

src/themes/tizen/common/jquery.mobile.tizen.swipe.less

index c91775a..eb66248 100644 (file)
@@ -4,6 +4,7 @@
 
 .ui-swipe {
        list-style-type: none;
+       overflow: hidden;
 }
 
 .ui-swipe-item {