mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/12728] Enforce box model sizing on image attachment thumbnails
PHPBB3-12728
This commit is contained in:
parent
663c375f5c
commit
09de0c3df9
1 changed files with 1 additions and 0 deletions
|
@ -602,6 +602,7 @@ dl.file dd {
|
||||||
dl.thumbnail img {
|
dl.thumbnail img {
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
dl.thumbnail dd {
|
dl.thumbnail dd {
|
||||||
|
|
Loading…
Add table
Reference in a new issue