fix: alt text overflow when avatar src is absent
This commit is contained in:
parent
36ae16bc7a
commit
ed389b9085
1 changed files with 2 additions and 0 deletions
|
@ -194,6 +194,8 @@ form img {
|
|||
|
||||
.avatar {
|
||||
display: inline-block;
|
||||
overflow: hidden;
|
||||
max-width: 3em;
|
||||
|
||||
img {
|
||||
max-width: unset;
|
||||
|
|
Loading…
Add table
Reference in a new issue