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 {
display: inline-block;
font-size: inherit;
vertical-align: middle;
line-height: 35px;
margin-right: -5px;
line-height: 1;
margin-right: -3px;
z-index: 999;
}