mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-16 13:44:12 +02:00
[ticket/12900] Fix potential avatar size box overflow
PHPBB3-12900
This commit is contained in:
@@ -768,6 +768,7 @@ table.info tbody th {
|
||||
float: left;
|
||||
width: auto;
|
||||
text-align: left;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.left-box.profile-details {
|
||||
@@ -778,6 +779,7 @@ table.info tbody th {
|
||||
float: right;
|
||||
width: auto;
|
||||
text-align: right;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
dl.details {
|
||||
|
@@ -759,6 +759,11 @@ dd.profile-contact {
|
||||
width: 30%;
|
||||
}
|
||||
|
||||
/* Profile used on view-profile */
|
||||
.profile-avatar img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
/* pm list in compose message if mass pm is enabled */
|
||||
dl.pmlist dt {
|
||||
width: 60% !important;
|
||||
|
Reference in New Issue
Block a user