Add image height css back in.

Without it, Chrome stretches the image...
このコミットが含まれているのは:
Roger Braun 2016-11-22 15:44:45 +01:00
コミット 2147807fa0
1個のファイルの変更1行の追加0行の削除

ファイルの表示

@ -95,6 +95,7 @@
border: 1px solid;
border-radius: 0.5em;
width: 100%;
height: 100%; /* If this isn't here, chrome will stretch the images */
}
}
}