Skip to content

Commit 36b5f3b

Browse files
fix: mobile view for operators and restakes pages (#1709)
Co-authored-by: Julian Arce <[email protected]>
1 parent da3a353 commit 36b5f3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

explorer/lib/explorer_web/live/pages/operators/index.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ defmodule ExplorerWeb.Operators.Index do
5454
operators_registered={@operators_registered}
5555
/>
5656
<%= if @operators != [] do %>
57-
<.card_background>
57+
<.card_background class="overflow-x-auto">
5858
<.table id="operators" rows={@operators}>
5959
<:col :let={operator} label="Name" class="[animation-delay: 3s]">
6060
<.link navigate={~p"/operators/#{operator.address}"} class="flex gap-x-2">

explorer/lib/explorer_web/live/pages/restakes/index.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ defmodule ExplorerWeb.Restakes.Index do
6565
operators_registered={@operators_registered}
6666
/>
6767
<%= if @assets != [] do %>
68-
<.card_background>
68+
<.card_background class="overflow-x-auto">
6969
<.table id="assets" rows={@assets}>
7070
<:col :let={asset} label="Token" class="text-left">
7171
<.link

0 commit comments

Comments
 (0)