Skip to content

Commit

Permalink
Merge pull request #1132 from creative-commoners/pulls/1.6/insert-fil…
Browse files Browse the repository at this point in the history
…e-as-link-padding

FIX Top margin adjustment for file link insert message
  • Loading branch information
bergice authored Aug 28, 2020
2 parents 0b05500 + 754b405 commit 88dadaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/dist/styles/bundle.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/src/containers/Editor/Editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
}

.editor__top-message {
margin: #{-$panel-padding-x} #{-$panel-padding-x} $spacer;
margin: #{-$panel-padding-x/2} #{-$panel-padding-x} $spacer;
}

.editor__file-preview {
Expand Down

0 comments on commit 88dadaf

Please sign in to comment.