Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Merge pull request #317 from ckeditor/t/315
Browse files Browse the repository at this point in the history
Internal: Simplified aligned image styles. Closes #315.
  • Loading branch information
jodator committed Aug 29, 2019
2 parents 42ad41b + 0a88482 commit a7169a3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions theme/imagestyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
& .image-style-align-left,
& .image-style-align-center,
& .image-style-align-right {
&:not(.image_resized) {
max-width: 50%;
}
max-width: 50%;
}

& .image-style-side {
Expand Down

0 comments on commit a7169a3

Please sign in to comment.