Removing odd letter spacing on monotype table cells

pull/10616/head
Alex P 2016-12-20 19:48:40 -08:00
parent 7195ceca69
commit b9d9159aff
1 changed files with 1 additions and 1 deletions

View File

@ -3,8 +3,8 @@
----------------------------------------------
*/
table .monotype {
letter-spacing: 0.69px;
font-family: $code-font;
letter-spacing: 0px;
font-size: 12px;
font-weight: 500;
color: $g9-mountain;