mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 09:41:49 +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
c0407ab016
|
@ -92,6 +92,7 @@
|
|||
line-height: 1.7;
|
||||
position: relative;
|
||||
overflow: auto;
|
||||
overflow-wrap: break-word;
|
||||
|
||||
p, ul, ol, blockquote {
|
||||
margin-bottom: 1em;
|
||||
|
@ -134,6 +135,7 @@
|
|||
color: #666;
|
||||
font-size: 90%;
|
||||
border-radius: @border-radius;
|
||||
overflow-wrap: normal;
|
||||
|
||||
code {
|
||||
padding: 0;
|
||||
|
|
Loading…
Reference in New Issue
Block a user