1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

Merge pull request #6497 from marc1706/ticket/17150

[ticket/17150] Set max width for forum-image img
This commit is contained in:
Marc Alexander
2023-07-01 22:15:29 +02:00

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;