Add image height css back in.

Without it, Chrome stretches the image...
This commit is contained in:
Roger Braun 2016-11-22 15:44:45 +01:00
parent 38749e6c4a
commit 2147807fa0
1 changed files with 1 additions and 0 deletions

View File

@ -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 */
}
}
}