MDL-46302 correct atto img float right
Correct the atto image "float right" margin CSS
This commit is contained in:
Vendored
+1
-1
@@ -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',
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user