Skip to content

Commit

Permalink
fix(data-table): fix search bar width (#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabauke authored Jul 5, 2022
1 parent a990be3 commit 6009e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/components/data-table.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{{yield (hash filters=(component "data-table/filters")) }}
<span class="uk-flex uk-flex-right uk-width-expand uk-margin-remove-bottom">
<form
class="uk-search uk-search-default {{if @heading 'uk-width-medium@l' 'uk-width-large@l'}} uk-width-expand@m search-input-form uk-margin-auto-top"
class="uk-search uk-search-default {{if @heading 'uk-width-medium@m' 'uk-width-large@m'}} uk-width-1@s search-input-form uk-margin-auto-top"
{{on "submit" this.updateSearch}}
{{on "reset" this.resetSearch}}
>
Expand Down

0 comments on commit 6009e0d

Please sign in to comment.