Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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]>
  • Loading branch information
susnux authored and nextcloud-command committed Jul 3, 2025
commit 21330063c57d570c85e2caa6166fdb62984741e0
2 changes: 2 additions & 0 deletions apps/profile/src/views/Profile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -461,9 +461,11 @@ $content-max-width: 640px;
flex-direction: column;
gap: 8px 0;
margin-top: 20px;
max-width: 300px;

&__primary {
margin: 0 auto;
max-width: 100%;

&__icon {
filter: var(--primary-invert-if-dark);
Expand Down
Loading
Loading