Skip to content

Commit 4df145a

Browse files
authored
Merge pull request #37806 from nextcloud/fix/37410
Fix profile view edit button overlapping status text
2 parents defbd23 + 6d95d7b commit 4df145a

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

core/src/views/Profile.vue

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,8 @@ $content-max-width: 640px;
540540
grid-template-columns: unset;
541541
542542
&__displayname {
543-
margin: 100px 20px 0px;
543+
margin: 80px 20px 0px!important;
544+
height: 1em;
544545
width: unset;
545546
display: unset;
546547
text-align: center;
@@ -549,7 +550,11 @@ $content-max-width: 640px;
549550
&__edit-button {
550551
width: fit-content;
551552
display: block;
552-
margin: 30px auto;
553+
margin: 60px auto;
554+
}
555+
556+
&__status-text {
557+
margin: 4px auto;
553558
}
554559
}
555560
}

0 commit comments

Comments
 (0)