Skip to content

Commit 2133006

Browse files
susnuxnextcloud-command
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]> Signed-off-by: nextcloud-command <[email protected]>
1 parent cc3389c commit 2133006

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
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)