From 9ba75c603032aa768f06e70159a9a5629392c54a Mon Sep 17 00:00:00 2001 From: David Crespo Date: Mon, 31 Mar 2025 15:57:26 -0500 Subject: [PATCH] fix tooltip spacing on instance create --- app/forms/instance-create.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/forms/instance-create.tsx b/app/forms/instance-create.tsx index 2c5f08035..d9609e752 100644 --- a/app/forms/instance-create.tsx +++ b/app/forms/instance-create.tsx @@ -730,9 +730,9 @@ const AdvancedAccordion = ({
-

+

Ephemeral IP{' '} - + Ephemeral IPs are allocated when the instance is created and deallocated when it is deleted @@ -775,9 +775,9 @@ const AdvancedAccordion = ({

-

+

Floating IPs{' '} - + Floating IPs exist independently of instances and can be attached to and detached from them as needed.