Fixes #176 set max-width property on .file-attachment > img

This commit is contained in:
Mike Koch 2015-03-21 21:48:50 -04:00
parent bbe8ea7ca5
commit acfed4d9c7
2 changed files with 2 additions and 0 deletions

View File

@ -391,5 +391,6 @@ button.dropdown-submit {
.file-attachment > img { .file-attachment > img {
margin: -15px; margin: -15px;
height: 100px; height: 100px;
max-width: 173.391px
cursor: pointer; cursor: pointer;
} }

View File

@ -385,5 +385,6 @@ text-shadow: 2px 2px #ccc;
.file-attachment > img { .file-attachment > img {
margin: -15px; margin: -15px;
height: 100px; height: 100px;
max-width: 173.391px;
cursor: pointer; cursor: pointer;
} }