Skip to content

Commit

Permalink
Merge pull request #110 from sinamics/management_spacing
Browse files Browse the repository at this point in the history
Management ip spacing
  • Loading branch information
sinamics committed Aug 28, 2023
2 parents 26cfc93 + 7210dcf commit 68f9e63
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 @@ -85,7 +85,7 @@ const Controller = () => {
<div className="divider mt-0 p-0 text-gray-500"></div>
<div className="flex items-center justify-between">
<p>{t("controller.management.allowManagementFrom")}</p>
<div className="list-inside list-disc">
<div className="list-inside list-disc space-x-2">
{allowManagementFrom?.map((address) => (
<span key={address}>{address}</span>
))}
Expand Down

0 comments on commit 68f9e63

Please sign in to comment.