Skip to content

Commit

Permalink
avatar: Fix avatar ratio for some edge case
Browse files Browse the repository at this point in the history
If avatar images are bulk imported from outer source,
it can be wrong image ratio. I hope this patch will
work properly.
  • Loading branch information
doortts committed Aug 10, 2017
1 parent 028067c commit 6a21de9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/assets/stylesheets/less/_yobiUI.less
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,6 @@ span.issue-label {

img {
width:100%;
height:100%;
vertical-align:top;
}

Expand Down

0 comments on commit 6a21de9

Please sign in to comment.