Skip to content

Commit 0024fb2

Browse files
committed
Prevent floating images from breaking out of the message area
ref https://www.woltlab.com/community/thread/311517/
1 parent 62ea6e8 commit 0024fb2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

wcfsetup/install/files/style/layout/global.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ ol.nativeList {
202202
clear: both;
203203
display: block;
204204
margin: 1em auto;
205+
max-width: 100%;
205206
min-width: 50px;
206207
text-align: center;
207208

0 commit comments

Comments
 (0)