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

This commit is contained in:
DAlperin 2020-06-02 19:52:56 -04:00 committed by GitHub
parent 4c038c4ad6
commit ca87f9088a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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