Browse Source

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

pull/1991/head
DAlperin 5 years ago
committed by GitHub
parent
commit
ca87f9088a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions
  1. 8
      client/themes/default/scss/app.scss

8
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
// ---------------------------------

Loading…
Cancel
Save