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

merge-requests/2/head
Mike Koch 9 years ago
parent bbe8ea7ca5
commit acfed4d9c7

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

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