From 67771e07b04d3b2b9bc5db403d06423c14fb05ac Mon Sep 17 00:00:00 2001 From: Jeff Avallone Date: Wed, 16 Jan 2019 06:53:38 -0500 Subject: [PATCH] Removing left margin from fancy selects --- src/globals.module.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/globals.module.css b/src/globals.module.css index 1c00488..61b8f7b 100644 --- a/src/globals.module.css +++ b/src/globals.module.css @@ -90,7 +90,6 @@ } .fancy-select { - margin-left: 1ex; position: relative; vertical-align: bottom; display: inline-block;