Dont allow image overflow in comment form and timeline

This commit is contained in:
Dmitriy Zaporozhets 2015-01-22 11:24:05 -08:00
parent 7afa4d5791
commit a5f1b67ed4
2 changed files with 8 additions and 0 deletions

View File

@ -58,6 +58,10 @@
padding: 10px 15px;
margin-left: 60px;
img {
max-width: 100%;
}
&:after {
content: '';
display: block;

View File

@ -52,6 +52,10 @@
}
}
img {
max-width: 100%;
}
.note_text {
width: 100%;
}