fix: respect image floating from visual editor (#1981)

pull/1991/head
DAlperin 5 years ago committed by GitHub
parent 4c038c4ad6
commit ca87f9088a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -718,6 +718,14 @@
} }
} }
figure.image-style-align-right {
float: right;
}
figure.image-style-align-left {
float: left;
}
// --------------------------------- // ---------------------------------
// DETAILS // DETAILS
// --------------------------------- // ---------------------------------

Loading…
Cancel
Save