Fix: Issue #17 reported by hashworks
This commit is contained in:
parent
ca589c72c7
commit
e8baab6b7f
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user