mirror of
https://github.com/discourse/discourse.git
synced 2026-08-05 10:47:46 -05:00
Merge pull request #1071 from jamesaanderson/master
Correctly resize big images in preview
This commit is contained in:
@@ -293,8 +293,7 @@
|
||||
#wmd-input, #wmd-preview {
|
||||
color: $black;
|
||||
img {
|
||||
// Otherwise we get the wrong size in JS
|
||||
max-width: none;
|
||||
max-width: 100%;
|
||||
border-radius: 4px;
|
||||
moz-border-radius: 4px;
|
||||
webkit-border-radius: 4px;
|
||||
|
||||
Reference in New Issue
Block a user