Modify padding of textarea elements

This commit is contained in:
loof2736 2025-08-09 10:28:29 -04:00
parent 24a5320302
commit e49cb8308c

View File

@ -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;
}