From 51535ab0cc489baf8410e3cbd2ab99c6376716d0 Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Thu, 28 Jul 2016 10:54:00 -0700 Subject: Fix margin on provider checkmarks --- ui/app/css/index.css | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/app') diff --git a/ui/app/css/index.css b/ui/app/css/index.css index 77bf7bf97..612dc9d9a 100644 --- a/ui/app/css/index.css +++ b/ui/app/css/index.css @@ -158,6 +158,7 @@ textarea.twelve-word-phrase { } .check { + margin-left: 7px; color: #F7861C; flex: 1 0 auto; display: flex; -- cgit