From a4457d7c5399ac995834a460ec5f7b036255220b Mon Sep 17 00:00:00 2001 From: Artur Santiago Date: Thu, 20 Feb 2025 10:58:32 -0300 Subject: [PATCH] style(ProductTitle): remove unnecessary comment Co-authored-by: Fanny Chien --- packages/ui/src/components/molecules/ProductTitle/styles.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/ui/src/components/molecules/ProductTitle/styles.scss b/packages/ui/src/components/molecules/ProductTitle/styles.scss index 3e3877edef..2b8f1f24fa 100644 --- a/packages/ui/src/components/molecules/ProductTitle/styles.scss +++ b/packages/ui/src/components/molecules/ProductTitle/styles.scss @@ -32,7 +32,6 @@ justify-content: space-between; max-width: 42ch; - // Title prop *:first-child { font-size: var(--fs-product-title-text-size);