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;
p {
margin: 0 0 1em 0;
word-wrap: break-word;
}
.photo_attachments {
padding-bottom: 10px;
@ -103,6 +104,7 @@
padding-bottom: 10px;
p {
margin: 0 0 1em 0;
word-wrap: break-word;
&:last-child {
margin-bottom: 0;
}