Skip to content

Commit

Permalink
fix: Table overflow x
Browse files Browse the repository at this point in the history
  • Loading branch information
Eth3rnit3 committed Jan 29, 2024
1 parent a1b9ed3 commit a3b5a32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/administrate/application/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ It renders the `_table` partial to display details about the resources.
)
%>

<section class="m-5 bg-white shadow overflow-hidden rounded-lg">
<section class="m-5 bg-white shadow overflow-hidden overflow-x-scroll rounded-lg">
<%= render(
"collection",
collection_presenter: page,
Expand Down

0 comments on commit a3b5a32

Please sign in to comment.