Skip to content

Commit

Permalink
Merge pull request #37806 from nextcloud/fix/37410
Browse files Browse the repository at this point in the history
Fix profile view edit button overlapping status text
  • Loading branch information
szaimen authored Apr 26, 2023
2 parents defbd23 + 6d95d7b commit 4df145a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
9 changes: 7 additions & 2 deletions core/src/views/Profile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,8 @@ $content-max-width: 640px;
grid-template-columns: unset;
&__displayname {
margin: 100px 20px 0px;
margin: 80px 20px 0px!important;
height: 1em;
width: unset;
display: unset;
text-align: center;
Expand All @@ -549,7 +550,11 @@ $content-max-width: 640px;
&__edit-button {
width: fit-content;
display: block;
margin: 30px auto;
margin: 60px auto;
}
&__status-text {
margin: 4px auto;
}
}
}
Expand Down
Loading

0 comments on commit 4df145a

Please sign in to comment.