From 3a6f628fbe1f850ec80252774e0d8de6a0c2a6e0 Mon Sep 17 00:00:00 2001 From: Vital Date: Tue, 10 Sep 2024 22:21:47 -0400 Subject: [PATCH] ENG-3703 fix(1ui): always align link text in profile card left (#830) ## Affected Packages Apps - [ ] portal Packages - [x] 1ui - [ ] api - [ ] protocol - [ ] sdk Tools - [ ] tools ## Overview When the external link was too long and had to be truncated, it was aligning center instead of left. ## Screen Captures If applicable, add screenshots or screen captures of your changes. ## Declaration - [x] I hereby declare that I have abided by the rules and regulations as outlined in the [CONTRIBUTING.md](https://github.com/0xIntuition/intuition-ts/blob/main/CONTRIBUTING.md) --- packages/1ui/src/components/ProfileCard/ProfileCard.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/1ui/src/components/ProfileCard/ProfileCard.tsx b/packages/1ui/src/components/ProfileCard/ProfileCard.tsx index 65ee12ada..ee7debe5c 100644 --- a/packages/1ui/src/components/ProfileCard/ProfileCard.tsx +++ b/packages/1ui/src/components/ProfileCard/ProfileCard.tsx @@ -129,7 +129,11 @@ const ProfileCard = ({ Link - + )}