Skip to content

Commit

Permalink
fix: respect image floating from visual editor (#1981)
Browse files Browse the repository at this point in the history
  • Loading branch information
DAlperin authored Jun 2, 2020
1 parent 4c038c4 commit ca87f90
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions client/themes/default/scss/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -718,6 +718,14 @@
}
}

figure.image-style-align-right {
float: right;
}

figure.image-style-align-left {
float: left;
}

// ---------------------------------
// DETAILS
// ---------------------------------
Expand Down

0 comments on commit ca87f90

Please sign in to comment.