mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-25 20:41:20 -05:00
word-wrap: break-word, fixes #302
This commit is contained in:
parent
26dbfe0789
commit
e529be3ddb
@ -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;
|
||||||
|
}
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
}
|
||||||
|
|
||||||
|
@ -556,3 +556,8 @@ h4 {
|
|||||||
#code {
|
#code {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.text {
|
||||||
|
word-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
}
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
}
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
}
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
}
|
||||||
|
@ -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;
|
||||||
|
}
|
||||||
|
|
||||||
|
@ -105,3 +105,7 @@ table.table thead .sorting_desc_disabled { background: url('../images/sort_desc_
|
|||||||
padding: 5px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.text {
|
||||||
|
word-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user