Skip to content

Commit

Permalink
Hotfix: paragraph label overflow resolves #517 (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinchappell authored Jun 7, 2017
1 parent eb205c7 commit e721b5c
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/assets/js/form-builder.min.js

Large diffs are not rendered by default.

Binary file modified demo/assets/js/form-builder.min.js.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/form-builder.min.js

Large diffs are not rendered by default.

Binary file modified dist/form-builder.min.js.gz
Binary file not shown.
1 change: 1 addition & 0 deletions src/sass/_stage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@
&.paragraph-field {
.fld-label {
min-height: 150px;
overflow-y: auto;
}
}

Expand Down

0 comments on commit e721b5c

Please sign in to comment.