Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -53,7 +53,7 @@ export struct Card19Component { | @@ -53,7 +53,7 @@ export struct Card19Component { | ||
| 53 | .textOverflowStyle(3) | 53 | .textOverflowStyle(3) |
| 54 | .margin({ bottom: 8 }) | 54 | .margin({ bottom: 8 }) |
| 55 | .width(CommonConstants.FULL_WIDTH) | 55 | .width(CommonConstants.FULL_WIDTH) |
| 56 | - .lineHeight(22) | 56 | + .lineHeight(25) |
| 57 | .onClick((event: ClickEvent) => { | 57 | .onClick((event: ClickEvent) => { |
| 58 | this.clicked = true; | 58 | this.clicked = true; |
| 59 | ProcessUtils.processPage(this.contentDTO) | 59 | ProcessUtils.processPage(this.contentDTO) |
-
Please register or login to post a comment