Showing
1 changed file
with
2 additions
and
1 deletions
| @@ -137,7 +137,8 @@ export struct LiveHorizontalCardComponent { | @@ -137,7 +137,8 @@ export struct LiveHorizontalCardComponent { | ||
| 137 | this.liveToMore(); | 137 | this.liveToMore(); |
| 138 | }) | 138 | }) |
| 139 | } | 139 | } |
| 140 | - }.justifyContent(FlexAlign.SpaceBetween) | 140 | + } |
| 141 | + .justifyContent(FlexAlign.SpaceBetween) | ||
| 141 | // .padding({ left: 16, right: 16 }) | 142 | // .padding({ left: 16, right: 16 }) |
| 142 | .margin({ bottom: 10 }) | 143 | .margin({ bottom: 10 }) |
| 143 | .width(CommonConstants.FULL_WIDTH) | 144 | .width(CommonConstants.FULL_WIDTH) |
-
Please register or login to post a comment