From c05eaa5b124d9ddfa6e2863f24e53c2d90e9329a Mon Sep 17 00:00:00 2001 From: Cristhian Zanforlin Lousa Date: Mon, 24 Jul 2023 18:09:01 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20fix(index.css):=20remove=20unnec?= =?UTF-8?q?essary=20hyphen=20in=20comment=20to=20improve=20readability?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/frontend/src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/index.css b/src/frontend/src/index.css index a7e04d3da..7aedc908c 100644 --- a/src/frontend/src/index.css +++ b/src/frontend/src/index.css @@ -243,7 +243,7 @@ The cursor: default; property value restores the browser's default cursor style @apply disabled:cursor-not-allowed disabled:opacity-50 focus:placeholder-transparent focus:ring-ring focus:border-ring bg-background block text-left border-border form-input px-3 placeholder:text-muted-foreground rounded-md shadow-sm sm:text-sm w-full truncate } -/* The same as input-primary but no-truncate*/ +/* The same as input-primary but no-truncate */ .textarea-primary{ @apply disabled:cursor-not-allowed disabled:opacity-50 focus:placeholder-transparent focus:ring-ring focus:border-ring bg-background block text-left border-border form-input px-3 placeholder:text-muted-foreground rounded-md shadow-sm sm:text-sm w-full }