Fix: Issue #17 reported by hashworks

This commit is contained in:
sprybear 2015-03-03 00:28:43 +08:00
parent ca589c72c7
commit e8baab6b7f

View File

@ -8,7 +8,9 @@ body {
}
/* for BindHosts textarea */
.form-control {
white-space:nowrap;
word-wrap: break-word;
white-space: -moz-pre-wrap;
white-space: pre-wrap;
}
/* for Traffic page */
.progress {
@ -65,4 +67,4 @@ input[type=checkbox] {
.checkboxSwitch input[type=checkbox]:checked + label,
.checkboxSwitchMini input[type=checkbox]:checked + label {
background: #5cb85c;
}
}