From 4e9a82ced94bb975dc0beee790a6cf309e515c91 Mon Sep 17 00:00:00 2001 From: chiu Date: Thu, 1 Oct 2020 14:39:30 +0800 Subject: [PATCH] fix css error --- app/assets/stylesheets/space-frontend.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/space-frontend.scss b/app/assets/stylesheets/space-frontend.scss index dc16ca8..e070390 100644 --- a/app/assets/stylesheets/space-frontend.scss +++ b/app/assets/stylesheets/space-frontend.scss @@ -11,10 +11,10 @@ display: block; position: absolute; bottom: 110%; - left: 100%; + left: 0%; background: #2196F3; color: white; - width: 150%; + width: 100%; padding: 0.2em; } #full-layout-canvas {