Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -81,7 +81,7 @@ export struct Card6Component { | @@ -81,7 +81,7 @@ export struct Card6Component { | ||
| 81 | this.contentDTO.objectType == '5' ? 30 : 0) | 81 | this.contentDTO.objectType == '5' ? 30 : 0) |
| 82 | }.alignContent(Alignment.TopStart) | 82 | }.alignContent(Alignment.TopStart) |
| 83 | 83 | ||
| 84 | - }.height("75%") | 84 | + } |
| 85 | .justifyContent(FlexAlign.Start) | 85 | .justifyContent(FlexAlign.Start) |
| 86 | 86 | ||
| 87 | 87 |
-
Please register or login to post a comment