Skip to content

Commit

Permalink
Fix images border-box.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanneculai committed May 13, 2015
1 parent 4020a80 commit 2820398
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions css/froala_editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,9 @@ hr.fr-tag {
.froala-element img {
min-width: 32px !important;
min-height: 32px !important;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.froala-element img.fr-fil,
.froala-element img.fr-fir,
Expand Down
Loading

0 comments on commit 2820398

Please sign in to comment.