Skip to content

Commit

Permalink
Correction bug CSS text-align (#3359)
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineAugusti authored Jul 31, 2023
1 parent 3814dbb commit 410143a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,9 @@ hr {
border-bottom: 1px solid var(--theme-border-lighter);
}

.discussion, #notifications-sent, #backed-up-resources .displayMore {
text-align: center;
margin-bottom: 1em;
.discussion, #notifications-sent, #backed-up-resources {
.displayMore {
text-align: center;
margin-bottom: 1em;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
}

.discussion-comment + .discussion-comment {
padding: 1vw 0;
padding: 1vw 0 1vw 1vw;
}

.discussion-comment__content p:last-child {
Expand Down

0 comments on commit 410143a

Please sign in to comment.