word-wrap: break-word, fixes #302

This commit is contained in:
Claude 2015-09-29 10:50:28 +02:00
parent 26dbfe0789
commit e529be3ddb
9 changed files with 41 additions and 0 deletions

View File

@ -123,3 +123,7 @@ table.table thead .sorting_desc_disabled { background: url('../images/sort_desc_
margin-left: 40px; margin-left: 40px;
} }
.text {
word-wrap: break-word;
}

View File

@ -618,3 +618,8 @@ button:active {
-moz-box-shadow: inset rgba(0,0,0, 0.15) 0px 0px 3px; -moz-box-shadow: inset rgba(0,0,0, 0.15) 0px 0px 3px;
-webkit-box-shadow: inset rgba(0,0,0, 0.15) 0px 0px 3px; -webkit-box-shadow: inset rgba(0,0,0, 0.15) 0px 0px 3px;
} }
.text {
word-wrap: break-word;
}

View File

@ -556,3 +556,8 @@ h4 {
#code { #code {
font-family: monospace; font-family: monospace;
} }
.text {
word-wrap: break-word;
}

View File

@ -548,3 +548,8 @@ h4 {
a {color: #fff; text-decoration: underline;} a {color: #fff; text-decoration: underline;}
a:hover {color: #ccc; text-decoration: none;} a:hover {color: #ccc; text-decoration: none;}
.CodeMirror-scroll {background-color: #fff;} .CodeMirror-scroll {background-color: #fff;}
.text {
word-wrap: break-word;
}

View File

@ -582,3 +582,8 @@ h4 {
a {color: #fff; text-decoration: underline;-webkit-transition: all .25s ease-in-out;-moz-transition: all .25s ease-in-out;-ms-transition: all .25s ease-in-out;-o-transition: all .25s ease-in-out;transition: all .25s ease-in-out;} a {color: #fff; text-decoration: underline;-webkit-transition: all .25s ease-in-out;-moz-transition: all .25s ease-in-out;-ms-transition: all .25s ease-in-out;-o-transition: all .25s ease-in-out;transition: all .25s ease-in-out;}
a:hover {color: #ccc; text-decoration: none;} a:hover {color: #ccc; text-decoration: none;}
.CodeMirror-scroll {background-color: #fff;} .CodeMirror-scroll {background-color: #fff;}
.text {
word-wrap: break-word;
}

View File

@ -110,3 +110,8 @@ table.table thead .sorting_desc_disabled { background: url('../images/sort_desc_
blockquote.CodeMirror { blockquote.CodeMirror {
background-color: #000; background-color: #000;
} }
.text {
word-wrap: break-word;
}

View File

@ -134,3 +134,6 @@ table.table thead .sorting_desc_disabled { background: url('../images/sort_desc_
margin-left: 40px; margin-left: 40px;
} }
.text {
word-wrap: break-word;
}

View File

@ -565,3 +565,8 @@ h4 {
a {color: #fff; text-decoration: underline;} a {color: #fff; text-decoration: underline;}
a:hover {color: #ccc; text-decoration: none;} a:hover {color: #ccc; text-decoration: none;}
.CodeMirror-scroll {background-color: #fff;} .CodeMirror-scroll {background-color: #fff;}
.text {
word-wrap: break-word;
}

View File

@ -105,3 +105,7 @@ table.table thead .sorting_desc_disabled { background: url('../images/sort_desc_
padding: 5px; padding: 5px;
} }
.text {
word-wrap: break-word;
}