Skip to content

Commit

Permalink
Fixed clippy img in IE (projectkudu#2737)
Browse files Browse the repository at this point in the history
Without max height clippy image has height of over 100px in IE
  • Loading branch information
Kappa013 authored and davidebbo committed Apr 3, 2018
1 parent 70bb58b commit 2271a03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Kudu.Web/Content/Site.css
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,5 @@ a.site-item {

.btn-clipboard img {
max-width: 13px;
}
max-height: 15px;
}

0 comments on commit 2271a03

Please sign in to comment.