Skip to content

Commit

Permalink
FIX phantom horizontal scrollbar on inline edit forms
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Wagstaff committed Oct 31, 2018
1 parent 40e526e commit 9f1b5a2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client/dist/styles/bundle.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions client/src/components/ElementEditor/InlineEditForm.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
.element-editor-editform {
margin-top: $spacer-xs;
@include make-row();
cursor: auto;

.form-group {
margin-left: 0;
margin-right: 0;
}
}

0 comments on commit 9f1b5a2

Please sign in to comment.