Showing
1 changed file
with
4 additions
and
4 deletions
| @@ -29,9 +29,9 @@ export struct LiveHorizontalCardForOneComponent { | @@ -29,9 +29,9 @@ export struct LiveHorizontalCardForOneComponent { | ||
| 29 | .margin({ top: 8 }) | 29 | .margin({ top: 8 }) |
| 30 | .width(CommonConstants.FULL_WIDTH) | 30 | .width(CommonConstants.FULL_WIDTH) |
| 31 | } | 31 | } |
| 32 | - .padding({ | ||
| 33 | - left: 16, | ||
| 34 | - right: 16 | ||
| 35 | - }) | 32 | + // .padding({ |
| 33 | + // left: 16, | ||
| 34 | + // right: 16 | ||
| 35 | + // }) | ||
| 36 | } | 36 | } |
| 37 | } | 37 | } |
-
Please register or login to post a comment