fix both word break and pre
This commit is contained in:
parent
2f1e7834a3
commit
9d8bdc0dc5
1 changed files with 6 additions and 7 deletions
|
@ -33,7 +33,12 @@ td.prefix {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
}
|
}
|
||||||
|
td.message {
|
||||||
|
word-wrap: break-word;
|
||||||
|
}
|
||||||
|
.text {
|
||||||
|
white-space: pre-wrap;
|
||||||
|
}
|
||||||
/* Lastly, apply responsive CSS fixes as necessary */
|
/* Lastly, apply responsive CSS fixes as necessary */
|
||||||
@media (max-width: 767px) {
|
@media (max-width: 767px) {
|
||||||
#footer {
|
#footer {
|
||||||
|
@ -69,9 +74,6 @@ input#sendMessage {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
}
|
}
|
||||||
span.text {
|
|
||||||
white-space: nowrap;
|
|
||||||
}
|
|
||||||
|
|
||||||
.bufferlines {
|
.bufferlines {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
|
@ -81,9 +83,6 @@ span.text {
|
||||||
position: relative;
|
position: relative;
|
||||||
padding-bottom: 55px;
|
padding-bottom: 55px;
|
||||||
}
|
}
|
||||||
.text {
|
|
||||||
word-wrap: break-word;
|
|
||||||
}
|
|
||||||
|
|
||||||
.navbar-fixed-bottom {
|
.navbar-fixed-bottom {
|
||||||
margin: 0 5px 0 14%;
|
margin: 0 5px 0 14%;
|
||||||
|
|
Loading…
Reference in a new issue