mirror of
https://github.com/loof2736/scyfin.git
synced 2025-11-03 16:08:53 +01:00
Modify padding of textarea elements
This commit is contained in:
parent
24a5320302
commit
e49cb8308c
@ -780,6 +780,10 @@ html,
|
|||||||
.defaultCardBackground5 {
|
.defaultCardBackground5 {
|
||||||
background-color: var(--primary-alt5) !important;
|
background-color: var(--primary-alt5) !important;
|
||||||
}
|
}
|
||||||
|
/* Modify padding for textarea items so the bottom isn't cut off */
|
||||||
|
textarea {
|
||||||
|
padding-bottom: 10px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user