forked from forgejo/forgejo
Changed name from inline to unified
This commit is contained in:
parent
4e6d048ba1
commit
8fe5d887ae
8 changed files with 13 additions and 33 deletions
|
@ -21,10 +21,10 @@ pre {
|
|||
}
|
||||
&.wrap {
|
||||
white-space: pre-wrap; /* CSS 3 */
|
||||
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
|
||||
white-space: -pre-wrap; /* Opera 4-6 */
|
||||
white-space: -o-pre-wrap; /* Opera 7 */
|
||||
word-wrap: break-word; /* Internet Explorer 5.5+ */
|
||||
// white-space: -moz-normal; /* Mozilla, since 1999 */
|
||||
// white-space: -normal; /* Opera 4-6 */
|
||||
// white-space: -o-normal; /* Opera 7 */
|
||||
word-break: break-word;
|
||||
}
|
||||
}
|
||||
.full.height {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue