Skip to content
Snippets Groups Projects
Unverified Commit fb0863a2 authored by shawn.ye's avatar shawn.ye Committed by GitHub
Browse files

Prevent breaked-lines in <p> (#404)

parent 2f60f091
Branches
No related tags found
No related merge requests found
......@@ -87,6 +87,10 @@
}
}
p {
word-wrap:break-word;
}
blockquote {
margin: $padding-16 0;
padding: $padding-8 $padding-16 $padding-8 ($padding-16 - $padding-4); //to keep total left space 16dp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment