mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-05 02:06:41 +00:00
fix col
This commit is contained in:
@@ -115,7 +115,7 @@ export default function ResourceInfoBox({ }: ResourceInfoBoxType) {
|
|||||||
<AlertDescription>
|
<AlertDescription>
|
||||||
{/* 4 cols because of the certs */}
|
{/* 4 cols because of the certs */}
|
||||||
<InfoSections
|
<InfoSections
|
||||||
cols={resource.http && env.flags.usePangolinDns ? 6 : 5}
|
cols={resource.http && env.flags.usePangolinDns ? 5 : 4}
|
||||||
>
|
>
|
||||||
<InfoSection>
|
<InfoSection>
|
||||||
<InfoSectionTitle>
|
<InfoSectionTitle>
|
||||||
|
|||||||
Reference in New Issue
Block a user