Skip to content

Commit d01bf09

Browse files
authored
Merge pull request #4660 from Roardom/chatbox-image-size
(Fix) Enforce max chatbox image size
2 parents 39d595b + ab202cd commit d01bf09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: resources/sass/components/_chatbox.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@
105105
font-size: 16px;
106106

107107
img {
108-
max-width: 400px;
109-
max-height: 400px;
108+
max-width: 400px !important;
109+
max-height: 400px !important;
110110
}
111111
}
112112

0 commit comments

Comments
 (0)