From 24697fcf762afddce1554dc0d09703999876518a Mon Sep 17 00:00:00 2001 From: chiu Date: Fri, 2 Oct 2020 13:34:44 +0800 Subject: [PATCH] fix css error --- app/assets/stylesheets/spaces.scss | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/app/assets/stylesheets/spaces.scss b/app/assets/stylesheets/spaces.scss index 84cc434..f5cf0b4 100644 --- a/app/assets/stylesheets/spaces.scss +++ b/app/assets/stylesheets/spaces.scss @@ -375,17 +375,17 @@ border-width: 1em 1em 0 1em; border-color: #2196f3 transparent transparent transparent; } - .s-space.show-space .selection-box-label.absolute-center.active{ - display: block; - position: absolute; - bottom: 110%; - bottom: calc(100% + 0.8em); - left: 0%; - background: #2196F3; - color: white; - width: 100%; - padding: 0.2em; - } +} +.s-space.show-space .selection-box-label.absolute-center.active{ + display: block; + position: absolute; + bottom: 110%; + bottom: calc(100% + 0.8em); + left: 0%; + background: #2196F3; + color: white; + width: 100%; + padding: 0.2em; } // Page specific styles