remove max-width that was set on input elements (#9050)

This commit is contained in:
Frédéric Péters 2015-11-21 19:25:06 +01:00
parent 9236baef3c
commit 52e5237d94
1 changed files with 0 additions and 3 deletions

View File

@ -460,9 +460,6 @@ button.submit:active, button.submit:focus {
width: auto;
overflow: hidden;
}
#rub_service form input, #rub_service form select {
max-width: 250px;
}
#rub_service form h3 {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
margin-bottom: 15px;