Skip to content

Commit

Permalink
hotfix. propertyTab hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
chanlee committed Apr 8, 2016
1 parent f7c00e4 commit 1ca7d43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/css/components/property_panel.less
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
width: 50px;
height: 100%;
background-color: #f5f5f5;
display: none;
}

.collapsed .propertyTab {
Expand Down Expand Up @@ -50,7 +51,7 @@
.propertyContent {
position: absolute;
top: 0; bottom: 0;
left: 50px; right: 0;
left: 0; right: 0;
}

.collapsed .propertyContent {
Expand Down

0 comments on commit 1ca7d43

Please sign in to comment.