mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-18 14:31:19 +02:00
[ticket/12535] Make <a> adjust to the image width
PHPBB3-12535
This commit is contained in:
@@ -424,16 +424,22 @@ fieldset.polls dd.resultbar, fieldset.polls dd.poll_option_percent {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.postprofile .has-avatar .avatar-container {
|
||||
margin: 0;
|
||||
overflow: inherit;
|
||||
}
|
||||
|
||||
.postprofile .avatar-container:after {
|
||||
clear: none;
|
||||
}
|
||||
|
||||
.postprofile .avatar {
|
||||
display: block;
|
||||
float: left;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.postprofile .avatar img {
|
||||
width: auto !important;
|
||||
height: auto !important;
|
||||
display: block;
|
||||
max-height: 32px;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user