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 @@
padding: 10px 15px;
margin-left: 60px;
img {
max-width: 100%;
}
&:after {
content: '';
display: block;
......
......@@ -52,6 +52,10 @@
}
}
img {
max-width: 100%;
}
.note_text {
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