From a5313537ecf9f68f895c4f2343b8e3203a7ac9dd Mon Sep 17 00:00:00 2001 From: Bohung Date: Wed, 8 Sep 2021 11:06:26 +0800 Subject: [PATCH] Fix layout. --- app/views/admin/property_hires/edit_hire.html.erb | 2 +- app/views/property_hires/hire.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/admin/property_hires/edit_hire.html.erb b/app/views/admin/property_hires/edit_hire.html.erb index fad2936..f530be4 100644 --- a/app/views/admin/property_hires/edit_hire.html.erb +++ b/app/views/admin/property_hires/edit_hire.html.erb @@ -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; } diff --git a/app/views/property_hires/hire.html.erb b/app/views/property_hires/hire.html.erb index f6079f3..d804070 100644 --- a/app/views/property_hires/hire.html.erb +++ b/app/views/property_hires/hire.html.erb @@ -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; }