Skip to content

Commit 315a1d0

Browse files
authored
Merge pull request #53796 from nextcloud/backport/53788/stable31
[stable31] fix(profile): add max width for the user actions
2 parents 8d4f0a6 + 2133006 commit 315a1d0

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

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)