Prevent overflow of strings too long on single page view
This commit is contained in:
parent
d40b09878a
commit
1b295a88e5
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue