Merge pull request #231 from verythorough/fix-img-width

Prevent giant images in editor
This commit is contained in:
Mathias Biilmann 2017-02-17 16:27:16 -08:00 committed by GitHub
commit e294b87554

View File

@ -32,6 +32,10 @@ h1 {
font-size: 25px;
}
img {
max-width: 100%;
}
:global {
& .react-autosuggest__container {