Skip to content

Commit

Permalink
Merge pull request #2 from discourse/main
Browse files Browse the repository at this point in the history
FIX: Add padding to topic voting title (discourse#50)
  • Loading branch information
RomainPelletant authored Jun 6, 2024
2 parents acdd4a8 + a435c5f commit 776909c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions common/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -585,3 +585,7 @@ html body #main-outlet {
.topic-list .main-link.focused {
box-shadow: none;
}

.title-voting {
padding-left: 14px;
}

0 comments on commit 776909c

Please sign in to comment.