Skip to content

Commit 0a03f0b

Browse files
authored
Merge pull request #7016 from janbrasna/avatar-sizing
Honor avatar aspect ratio
2 parents eb90318 + 96bef33 commit 0a03f0b

File tree

1 file changed

+1
-0
lines changed
  • kitsune/sumo/static/sumo/scss/layout

1 file changed

+1
-0
lines changed

kitsune/sumo/static/sumo/scss/layout/_nav.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777

7878
.avatar {
7979
display: block;
80+
max-width: unset;
8081
width: 36px;
8182
height: 36px;
8283
border-radius: 50%;

0 commit comments

Comments
 (0)