From ae3d7ba7f100820329bceb2133e24bd0a1907dfd Mon Sep 17 00:00:00 2001 From: Bryan Cunningham Date: Thu, 12 Mar 2026 16:37:21 -0400 Subject: [PATCH] add empty selector to hide span (#19531) --- libs/components/src/form-field/form-field.stories.ts | 9 +++------ libs/components/src/link/link.component.html | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/libs/components/src/form-field/form-field.stories.ts b/libs/components/src/form-field/form-field.stories.ts index 6a72f7d018f..f36cc1da662 100644 --- a/libs/components/src/form-field/form-field.stories.ts +++ b/libs/components/src/form-field/form-field.stories.ts @@ -136,8 +136,7 @@ export const LabelWithIcon: Story = { Label - - + @@ -167,8 +166,7 @@ export const LongLabel: Story = { Hello I am a very long label with lots of very cool helpful information - - + @@ -306,8 +304,7 @@ export const ButtonInputGroup: Story = { Label - - + diff --git a/libs/components/src/link/link.component.html b/libs/components/src/link/link.component.html index 810b65db519..d10eaed9eb9 100644 --- a/libs/components/src/link/link.component.html +++ b/libs/components/src/link/link.component.html @@ -2,7 +2,7 @@ @if (startIcon()) { } - + @if (endIcon()) {