Skip to content

Commit

Permalink
flex-col
Browse files Browse the repository at this point in the history
  • Loading branch information
sinamics committed Mar 2, 2024
1 parent ff152ef commit 1236ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/admin/controller/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ const Controller = () => {
</div>
<div className="grid grid-cols-3">
<p>{t("controller.management.listeningOn")}</p>
<div className="col-span-2 gap-1 flex flex-wrap justify-end">
<div className="col-span-2 gap-1 flex flex-col items-end">
{listeningOn?.map((address) => (
<span key={address}>{address}</span>
))}
Expand Down

0 comments on commit 1236ec0

Please sign in to comment.