diff --git a/app/javascript/styles/lines.scss b/app/javascript/styles/lines.scss index a80cc7439..c108a1202 100644 --- a/app/javascript/styles/lines.scss +++ b/app/javascript/styles/lines.scss @@ -16,6 +16,6 @@ } .form-check-label { - @extend .ml-8; + @extend .ms-8; } } diff --git a/app/views/accountants/_search_form.html.erb b/app/views/accountants/_search_form.html.erb index 64d500e8c..4acbb4007 100644 --- a/app/views/accountants/_search_form.html.erb +++ b/app/views/accountants/_search_form.html.erb @@ -17,7 +17,7 @@ include_blank: t('accountants.search_all_clinics'), class: 'search_form_input accountant' %> - <%= f.button title: t('common.search'), class: 'btn btn-primary ml-4' do %> + <%= f.button title: t('common.search'), class: 'btn btn-primary ms-4' do %> <% end %> <% end %> diff --git a/app/views/accountants/index.html.erb b/app/views/accountants/index.html.erb index 7fc9cfd93..c6dbd5ff6 100644 --- a/app/views/accountants/index.html.erb +++ b/app/views/accountants/index.html.erb @@ -5,7 +5,7 @@