Skip to content

Commit

Permalink
Align button to the same row of the related select box
Browse files Browse the repository at this point in the history
  • Loading branch information
ncounter committed Jul 28, 2023
1 parent 116e329 commit c2c87ec
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -7,5 +7,5 @@
= select_tag('request_action',
options_for_select(@filter_options, @request_action),
class: 'form-control form-select')
%button.btn.btn-primary#filter-button{ type: :submit }
Apply
%button.btn.btn-primary#filter-button{ type: :submit }
Apply

0 comments on commit c2c87ec

Please sign in to comment.