Skip to content

Commit

Permalink
[ticket/17150] Set max width for forum-image img
Browse files Browse the repository at this point in the history
PHPBB3-17150
  • Loading branch information
marc1706 committed Jun 26, 2023
1 parent 5ee2efd commit cfd1575
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions phpBB/styles/prosilver/theme/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit cfd1575

Please sign in to comment.