diff --git a/CSS/scyfin-theme.css b/CSS/scyfin-theme.css index b018be5..54958d5 100644 --- a/CSS/scyfin-theme.css +++ b/CSS/scyfin-theme.css @@ -780,6 +780,10 @@ html, .defaultCardBackground5 { background-color: var(--primary-alt5) !important; } +/* Modify padding for textarea items so the bottom isn't cut off */ +textarea { + padding-bottom: 10px !important; +}