File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -730,9 +730,9 @@ const AdvancedAccordion = ({
730
730
</ div >
731
731
732
732
< div className = "flex flex-1 flex-col gap-4" >
733
- < h2 className = "text-sans-md" >
733
+ < h2 className = "flex items-center text-sans-md" >
734
734
Ephemeral IP{ ' ' }
735
- < TipIcon >
735
+ < TipIcon className = "ml-1.5" >
736
736
Ephemeral IPs are allocated when the instance is created and deallocated when
737
737
it is deleted
738
738
</ TipIcon >
@@ -775,9 +775,9 @@ const AdvancedAccordion = ({
775
775
</ div >
776
776
777
777
< div className = "flex flex-1 flex-col gap-4" >
778
- < h2 className = "text-sans-md" >
778
+ < h2 className = "flex items-center text-sans-md" >
779
779
Floating IPs{ ' ' }
780
- < TipIcon >
780
+ < TipIcon className = "ml-1.5" >
781
781
Floating IPs exist independently of instances and can be attached to and
782
782
detached from them as needed.
783
783
</ TipIcon >
You can’t perform that action at this time.
0 commit comments