Skip to content

Commit

Permalink
fix: create page form style
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinhui committed Sep 7, 2020
2 parents a8f91c1 + 083dedf commit 82bd42a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions extensions/iceworks-ui-builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 0.1.12

- fix: fix form style.

## 0.1.11

- feat: show open file action after create component
Expand Down
2 changes: 1 addition & 1 deletion extensions/iceworks-ui-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Iceworks UI Builder",
"description": "Build UI by low-code way",
"publisher": "iceworks-team",
"version": "0.1.11",
"version": "0.1.12",
"engines": {
"vscode": "^1.41.0"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.wrap {
overflow: hidden;
padding: 20px;
width: 640px;
width: 100%;
margin-left: auto;
margin-right: auto;

Expand Down

0 comments on commit 82bd42a

Please sign in to comment.