Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -106,8 +106,8 @@ export struct Card2Component { | @@ -106,8 +106,8 @@ export struct Card2Component { | ||
| 106 | }) | 106 | }) |
| 107 | } | 107 | } |
| 108 | .alignContent(Alignment.BottomEnd) | 108 | .alignContent(Alignment.BottomEnd) |
| 109 | + .margin({ top: 8 }) | ||
| 109 | } | 110 | } |
| 110 | - .margin({ top: 8 }) | ||
| 111 | .width(CommonConstants.FULL_WIDTH) | 111 | .width(CommonConstants.FULL_WIDTH) |
| 112 | .alignItems(HorizontalAlign.Start) | 112 | .alignItems(HorizontalAlign.Start) |
| 113 | 113 |
-
Please register or login to post a comment