post control alignment fix

This commit is contained in:
Kris 2018-04-19 13:56:18 -04:00
parent 8ecb13a92a
commit 62a2ae7eb8
1 changed files with 2 additions and 3 deletions

View File

@ -5,9 +5,8 @@
.post-controls .accepted-text { .post-controls .accepted-text {
display: inline-block; display: inline-block;
font-size: inherit; font-size: inherit;
vertical-align: middle; line-height: 1;
line-height: 35px; margin-right: -3px;
margin-right: -5px;
z-index: 999; z-index: 999;
} }