Skip to content

Commit

Permalink
fix: prevent separator from affecting line height
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander committed Jan 31, 2020
1 parent 83eab1d commit 1f54887
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/assets/styles/common/_todo.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ input[type="file"] > input[type="button"]::-moz-focus-inner {
}

.separator {
padding-left: 0.325em;
vertical-align: super;
display: inline-block;
padding-left: 0.5ch;
text-indent: 0;
transform: translate(0, -0.5ch);
}

0 comments on commit 1f54887

Please sign in to comment.