[ticket/17150] Set max width for forum-image img

PHPBB3-17150
This commit is contained in:
Marc Alexander 2023-06-26 15:03:38 +02:00
parent 5ee2efd4c2
commit cfd15752ee
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -88,6 +88,10 @@ ul.topiclist dfn {
margin-right: 5px;
}
.forum-image img {
max-width: 100%;
}
li.row {
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;