Showing
1 changed file
with
2 additions
and
0 deletions
| @@ -46,6 +46,8 @@ export struct RmhTitle { | @@ -46,6 +46,8 @@ export struct RmhTitle { | ||
| 46 | .maxLines(1) | 46 | .maxLines(1) |
| 47 | .alignSelf(ItemAlign.Start) | 47 | .alignSelf(ItemAlign.Start) |
| 48 | .textOverflow({ overflow: TextOverflow.Ellipsis }) | 48 | .textOverflow({ overflow: TextOverflow.Ellipsis }) |
| 49 | + .textAlign(TextAlign.Start) | ||
| 50 | + .width('70%') | ||
| 49 | } | 51 | } |
| 50 | } | 52 | } |
| 51 | 53 |
-
Please register or login to post a comment