-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Give pagination wrapped a small height
- Loading branch information
1 parent
2df4a2b
commit 58da5a7
Showing
2 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<%# locals: (for_id:, src:) -%> | ||
<%= tag.li id: hw_pagination_frame_wrapper_id(for_id), data: { | ||
hw_combobox_target: "endOfOptionsStream", input_type: params[:input_type] }, | ||
<%= tag.li id: hw_pagination_frame_wrapper_id(for_id), class: "hw_combobox__pagination__wrapper", | ||
data: { hw_combobox_target: "endOfOptionsStream", input_type: params[:input_type] }, | ||
aria: { hidden: true } do %> | ||
<%= turbo_frame_tag hw_pagination_frame_id(for_id), src: src, loading: :lazy %> | ||
<% end %> |