Fix edit button alignment (#817)

This commit is contained in:
Cheng Lou 2018-06-30 19:41:46 -07:00 committed by Yangshun Tay
parent 3a3ee44389
commit 97eaaad744

View file

@ -1507,7 +1507,8 @@ input::placeholder {
float: right;
font-size: 10px;
font-weight: normal;
margin-top: 2px;
/* height 34px, parent postHeaderTitle height 40. Center this */
margin-top: 3px;
text-decoration: none;
}