mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/12728] Enforce box model sizing on image attachment thumbnails
PHPBB3-12728
This commit is contained in:
@@ -602,6 +602,7 @@ dl.file dd {
|
||||
dl.thumbnail img {
|
||||
padding: 3px;
|
||||
border: 1px solid transparent;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
dl.thumbnail dd {
|
||||
|
Reference in New Issue
Block a user