Browse Source

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

DAlperin 5 years ago
parent
commit
ca87f9088a
1 changed files with 8 additions and 0 deletions
  1. 8 0
      client/themes/default/scss/app.scss

+ 8 - 0
client/themes/default/scss/app.scss

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