Merge pull request #37939 from nextcloud/backport/stable26-37806

[stable26] Backport: Fix profile view edit button overlapping status text
This commit is contained in:
Louis 2023-04-27 09:30:47 +02:00 committed by GitHub
commit 2d45ce2807
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 5 deletions

View file

@ -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;
@ -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;
}
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long