Skip to content

Commit ed0a4a2

Browse files
susnuxbackportbot[bot]
authored andcommitted
fix(profile): add max width for the user actions
This prevents the profile to look distorted when the primary action is a long email address. Signed-off-by: Ferdinand Thiessen <[email protected]>
1 parent 56e18d6 commit ed0a4a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/profile/src/views/Profile.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,9 +461,11 @@ $content-max-width: 640px;
461461
flex-direction: column;
462462
gap: 8px 0;
463463
margin-top: 20px;
464+
max-width: 300px;
464465
465466
&__primary {
466467
margin: 0 auto;
468+
max-width: 100%;
467469
468470
&__icon {
469471
filter: var(--primary-invert-if-dark);

0 commit comments

Comments
 (0)