mirror of
https://github.com/flarum/framework.git
synced 2024-12-02 23:23:52 +08:00
Merge pull request #1007 from datitisev/1002-break-words-in-post-with-excesive-width
#1002 Handle word wrapping properly in posts
This commit is contained in:
commit
51de7ca503
|
@ -92,6 +92,7 @@
|
||||||
line-height: 1.7;
|
line-height: 1.7;
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
|
||||||
p, ul, ol, blockquote {
|
p, ul, ol, blockquote {
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
|
@ -134,6 +135,7 @@
|
||||||
color: #666;
|
color: #666;
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
border-radius: @border-radius;
|
border-radius: @border-radius;
|
||||||
|
overflow-wrap: normal;
|
||||||
|
|
||||||
code {
|
code {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user