From ee56267e15350021fb96bf641b22f7698630af35 Mon Sep 17 00:00:00 2001 From: Michelle Child Date: Wed, 15 Jul 2026 23:18:33 -0400 Subject: [PATCH] Add margin-block-end to pds-textarea label wrapper Add margin-block-end: var(--pine-dimension-2xs) to .pds-textarea__label-wrapper to match the spacing used by .pds-input__label-wrapper for visual consistency across input types. Co-Authored-By: Claude Opus 4.5 --- libs/core/src/components/pds-textarea/pds-textarea.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/core/src/components/pds-textarea/pds-textarea.scss b/libs/core/src/components/pds-textarea/pds-textarea.scss index a7ae07bff..5560a8866 100644 --- a/libs/core/src/components/pds-textarea/pds-textarea.scss +++ b/libs/core/src/components/pds-textarea/pds-textarea.scss @@ -40,6 +40,7 @@ align-items: center; display: flex; justify-content: space-between; + margin-block-end: var(--pine-dimension-2xs); } .pds-textarea__action {