Commit a5f1b67e authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Dont allow image overflow in comment form and timeline

parent 7afa4d57
...@@ -58,6 +58,10 @@ ...@@ -58,6 +58,10 @@
padding: 10px 15px; padding: 10px 15px;
margin-left: 60px; margin-left: 60px;
img {
max-width: 100%;
}
&:after { &:after {
content: ''; content: '';
display: block; display: block;
......
...@@ -52,6 +52,10 @@ ...@@ -52,6 +52,10 @@
} }
} }
img {
max-width: 100%;
}
.note_text { .note_text {
width: 100%; width: 100%;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment