Fixes #176 set max-width property on .file-attachment > img
This commit is contained in:
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…
x
Reference in New Issue
Block a user