Skip to content

Commit

Permalink
Merge pull request #684 from scienzedellevanghe/alignment_shortcake-a…
Browse files Browse the repository at this point in the history
…ttachment-preview

.shortcake-attachment-preview's alignment fix
  • Loading branch information
goldenapples authored Mar 15, 2017
2 parents b59f0f9 + f7cf61b commit d0087c7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
7 changes: 6 additions & 1 deletion css/sass/_field-image.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,14 @@
}

.shortcake-attachment-preview {
float: left;
display: inline-block;
vertical-align: top;
margin: 0 20px 20px 0;
width: 150px;

div.filename{
word-wrap: break-word;
}
}

.shortcode-ui-field-attachment .description {
Expand Down
5 changes: 4 additions & 1 deletion css/shortcode-ui.css

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

2 changes: 1 addition & 1 deletion css/shortcode-ui.css.map

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

0 comments on commit d0087c7

Please sign in to comment.