Skip to content

Commit c5c8b83

Browse files
committed
shrink huge gap under floating IPs page title
1 parent 2a0693f commit c5c8b83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/pages/project/floating-ips/FloatingIpsPage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,13 +183,13 @@ export function FloatingIpsPage() {
183183

184184
return (
185185
<>
186-
<PageHeader>
186+
<PageHeader className="!mb-12">
187187
<PageTitle icon={<IpGlobal24Icon />}>Floating IPs</PageTitle>
188188
</PageHeader>
189189
<TableControls>
190190
<TableControlsText>
191191
Floating IPs are public IP addresses that can be attached to instances. They allow
192-
your instances to be reachable from the internet. Find out more about{' '}
192+
your instances to be reachable from the internet. Learn more about{' '}
193193
<ExternalLink href={links.floatingIpsDocs}>managing floating IPs</ExternalLink>.
194194
</TableControlsText>
195195
<TableControlsLink to={pb.floatingIpsNew({ project })}>

0 commit comments

Comments
 (0)