From 1ca7d43ea3527a9146e539c8d86ab3d00b0ff7b5 Mon Sep 17 00:00:00 2001 From: chanlee Date: Fri, 8 Apr 2016 17:28:43 +0900 Subject: [PATCH] hotfix. propertyTab hidden --- src/css/components/property_panel.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/css/components/property_panel.less b/src/css/components/property_panel.less index 54ab80f7dd..74fed6b6ae 100644 --- a/src/css/components/property_panel.less +++ b/src/css/components/property_panel.less @@ -11,6 +11,7 @@ width: 50px; height: 100%; background-color: #f5f5f5; + display: none; } .collapsed .propertyTab { @@ -50,7 +51,7 @@ .propertyContent { position: absolute; top: 0; bottom: 0; - left: 50px; right: 0; + left: 0; right: 0; } .collapsed .propertyContent {