Skip to content
Snippets Groups Projects
Commit b4e1e9cc authored by Nathan Febuary's avatar Nathan Febuary
Browse files

Fix for issue #2557

#2557 Avatar height issue in Safari.
parent b528df56
No related branches found
No related tags found
No related merge requests found
...@@ -944,7 +944,7 @@ img.avatar { ...@@ -944,7 +944,7 @@ img.avatar {
} }
.avatar > img.avatar { .avatar > img.avatar {
width: 100%; width: 100%;
height: 100%; height: auto;
} }
.thread-entry .header { .thread-entry .header {
padding: 8px 0.9em; padding: 8px 0.9em;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment