Skip to content

Commit 6d8ef87

Browse files
authored
Merge pull request #53788 from nextcloud/fix/profile-visibility
fix(profile): add max width for the user actions
2 parents 38a8546 + 999240d commit 6d8ef87

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);

dist/profile-main.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/profile-main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)