From fae705bedf504e5fb3b484f21d633b8aa4d18c6e Mon Sep 17 00:00:00 2001 From: josephalexantony-aot Date: Mon, 6 Jan 2025 22:27:15 -0800 Subject: [PATCH] FWF-4144:[Feature]-Added a bottom padding for the textarea --- forms-flow-theme/scss/_modal.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/forms-flow-theme/scss/_modal.scss b/forms-flow-theme/scss/_modal.scss index 3e099e7d..4a51920f 100644 --- a/forms-flow-theme/scss/_modal.scss +++ b/forms-flow-theme/scss/_modal.scss @@ -669,6 +669,7 @@ $secondary: var(--ff-secondary); border-radius: var(--radius-0100); border: 1px solid $primary; margin-top: 0.5rem; + padding-bottom: 0.5rem; flex-wrap: wrap; }