From 0957173c88adc52d299fab7c892f1638862206e4 Mon Sep 17 00:00:00 2001 From: Ray Schamp Date: Thu, 6 Dec 2018 22:48:03 -0500 Subject: [PATCH] Fix CSS I dunno what I was seeing that made me think the width should be 237, but it was incorrect. --- src/views/preview/preview.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/preview/preview.scss b/src/views/preview/preview.scss index 5fdbeef21..8090d47a9 100644 --- a/src/views/preview/preview.scss +++ b/src/views/preview/preview.scss @@ -43,7 +43,7 @@ $stage-width: 480px; .project-admin-panel.admin-panel-open { padding: 0; - width: 237px; + width: 250px; } .admin-iframe { @@ -53,7 +53,7 @@ $stage-width: 480px; z-index: 100; margin: 0; border: 0; - width: 237px; + width: 250px; height: 100%; }