fix: alt text overflow when avatar src is absent

This commit is contained in:
cijiugechu 2024-06-09 21:07:19 +08:00 committed by Henri Dickson
parent 36ae16bc7a
commit ed389b9085

View file

@ -194,6 +194,8 @@ form img {
.avatar {
display: inline-block;
overflow: hidden;
max-width: 3em;
img {
max-width: unset;