From b9d9159affa727a74a28557287fa679a4d5ce43a Mon Sep 17 00:00:00 2001 From: Alex P Date: Tue, 20 Dec 2016 19:48:40 -0800 Subject: [PATCH] Removing odd letter spacing on monotype table cells --- ui/src/style/components/tables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/style/components/tables.scss b/ui/src/style/components/tables.scss index cfbfbf990e..6cfdf6e784 100644 --- a/ui/src/style/components/tables.scss +++ b/ui/src/style/components/tables.scss @@ -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;