Skip to content

Commit

Permalink
Merge pull request #5730 from WoltLab/bugifx-editor-image-scaling
Browse files Browse the repository at this point in the history
Prevent image can resize larger then max-width in safari
  • Loading branch information
dtdesign authored Dec 14, 2023
2 parents 8a26772 + 525b3cd commit d54c2a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wcfsetup/install/files/style/layout/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ ol.nativeList {

figure.image {
clear: both;
display: table;
display: block;
margin: 1em auto;
min-width: 50px;
text-align: center;
Expand Down

0 comments on commit d54c2a2

Please sign in to comment.