Unverified Commit ca87f908 authored by DAlperin's avatar DAlperin Committed by GitHub

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

parent 4c038c4a
...@@ -718,6 +718,14 @@ ...@@ -718,6 +718,14 @@
} }
} }
figure.image-style-align-right {
float: right;
}
figure.image-style-align-left {
float: left;
}
// --------------------------------- // ---------------------------------
// DETAILS // DETAILS
// --------------------------------- // ---------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment