mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-02-11 21:20:53 +00:00
Added a fix for wrapping long lines of text in articles and in the sidebar
This commit is contained in:
@ -134,4 +134,11 @@ blockquote {
|
||||
font-size: 1.4em;
|
||||
line-height: 1.45em;
|
||||
}
|
||||
|
||||
/* @extend this to force long lines of continuous text to wrap */
|
||||
.force-wrap {
|
||||
white-space: -moz-pre-wrap;
|
||||
white-space: -pre-wrap;
|
||||
white-space: -o-pre-wrap;
|
||||
white-space: pre-wrap;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user