Prevent overflow of strings too long on single page view

This commit is contained in:
arlogn 2013-09-01 01:41:37 +02:00
parent d40b09878a
commit 1b295a88e5

View file

@ -63,6 +63,7 @@
width: auto; width: auto;
p { p {
margin: 0 0 1em 0; margin: 0 0 1em 0;
word-wrap: break-word;
} }
.photo_attachments { .photo_attachments {
padding-bottom: 10px; padding-bottom: 10px;
@ -103,6 +104,7 @@
padding-bottom: 10px; padding-bottom: 10px;
p { p {
margin: 0 0 1em 0; margin: 0 0 1em 0;
word-wrap: break-word;
&:last-child { &:last-child {
margin-bottom: 0; margin-bottom: 0;
} }