.post-votes { // Fix it so that the vote buttons don't move when the score changes width. // XXX duplicated from app/components/comment_component/comment_component.scss .post-score { display: inline-block; text-align: center; min-width: 1.25em; white-space: nowrap; vertical-align: middle; a { color: var(--text-color); &:hover { text-decoration: underline; } } } }