CSS fixes

This commit is contained in:
calzoneman 2014-11-12 19:56:29 -06:00
parent 9f18a6978e
commit 7310dabedf
5 changed files with 21 additions and 20 deletions

View file

@ -590,3 +590,11 @@ table td {
max-width: 200px;
word-wrap: break-word;
}
#cs-chatfilters table .form-group {
max-width: 25%;
}
#cs-chatfilters table .form-group > input {
max-width: 100%;
}