From 191131bedf04e452a7855cb3cac188b1d44136bd Mon Sep 17 00:00:00 2001 From: Michael Lange Date: Thu, 26 Jul 2018 17:34:24 -0700 Subject: [PATCH] Remove extra whitespace --- ui/app/styles/components/gutter.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/ui/app/styles/components/gutter.scss b/ui/app/styles/components/gutter.scss index 17b8a66f0..e2f6396c2 100644 --- a/ui/app/styles/components/gutter.scss +++ b/ui/app/styles/components/gutter.scss @@ -15,11 +15,9 @@ display: none; position: relative; height: 3.5rem; - width: $gutter-width; transform: translateX($gutter-width); z-index: $z-gutter; - transition: transform ease-in-out 0.2s; &.is-open {