Fix layout.

This commit is contained in:
BoHung Chiu 2021-09-08 11:06:26 +08:00
parent cae7247750
commit a5313537ec
2 changed files with 2 additions and 2 deletions

View File

@ -293,7 +293,7 @@ ul.list-unstyled li {
min-width: 100%;
max-width: 300px;
}
form#new_p_hire .form-group input[name="_rucaptcha"], form#new_p_hire .form-group input[type="submit"]{
form#new_p_hire .form-group input[name="_rucaptcha"], form#new_p_hire .form-group input[type="submit"], form#new_p_hire .form-group input[type="radio"], form#new_p_hire .form-group input[type="checkbox"]{
width: auto;
min-width: auto;
}

View File

@ -163,7 +163,7 @@
min-width: 100%;
max-width: 300px;
}
form#new_p_hire .form-group input[name="_rucaptcha"], form#new_p_hire .form-group input[type="submit"]{
form#new_p_hire .form-group input[name="_rucaptcha"], form#new_p_hire .form-group input[type="submit"], form#new_p_hire .form-group input[type="radio"], form#new_p_hire .form-group input[type="checkbox"]{
width: auto;
min-width: auto;
}