File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
explorer/lib/explorer_web/live/pages Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 " >
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments