Fix: Issue #17 reported by hashworks

This commit is contained in:
sprybear 2015-03-03 00:26:58 +08:00
parent 5a661a0a4f
commit e341a74e2d

View File

@ -8,7 +8,9 @@ body {
}
/* for BindHosts textarea */
.form-control {
white-space:inherit;
word-wrap: break-word;
white-space: -moz-pre-wrap;
white-space: pre-wrap;
}
/* for Traffic page */
.progress {