Fix: Issue #17 reported by hashworks
This commit is contained in:
parent
5a661a0a4f
commit
e341a74e2d
@ -8,7 +8,9 @@ body {
|
|||||||
}
|
}
|
||||||
/* for BindHosts textarea */
|
/* for BindHosts textarea */
|
||||||
.form-control {
|
.form-control {
|
||||||
white-space:inherit;
|
word-wrap: break-word;
|
||||||
|
white-space: -moz-pre-wrap;
|
||||||
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
/* for Traffic page */
|
/* for Traffic page */
|
||||||
.progress {
|
.progress {
|
||||||
|
Loading…
Reference in New Issue
Block a user