Skip to content

Commit

Permalink
MDL-46302 correct atto img float right
Browse files Browse the repository at this point in the history
Correct the atto image "float right" margin CSS
  • Loading branch information
uhunkler authored and stronk7 committed Aug 19, 2014
1 parent 1ca9814 commit 6dccf35
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ var CSS = {
name: 'right',
str: 'alignment_right',
value: 'float',
margin: '0 0 .5em 0'
margin: '0 0 0 .5em'
}, {
name: 'customstyle',
str: 'customstyle',
Expand Down

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

Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ var CSS = {
name: 'right',
str: 'alignment_right',
value: 'float',
margin: '0 0 .5em 0'
margin: '0 0 0 .5em'
}, {
name: 'customstyle',
str: 'customstyle',
Expand Down
2 changes: 1 addition & 1 deletion lib/editor/atto/plugins/image/yui/src/button/js/button.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ var CSS = {
name: 'right',
str: 'alignment_right',
value: 'float',
margin: '0 0 .5em 0'
margin: '0 0 0 .5em'
}, {
name: 'customstyle',
str: 'customstyle',
Expand Down

0 comments on commit 6dccf35

Please sign in to comment.