Import dialog : image-preview style : display changed to block

This commit is contained in:
jdescottes 2015-06-07 13:19:44 +02:00
parent 0d81865f3b
commit 7a8efc56b0

View File

@ -40,6 +40,7 @@
.import-section-preview img {
max-width: 220px;
max-height: 220px;
display: block;
}
.import-section-preview.no-border {