Added the height for the textarea with floating labels.

This commit is contained in:
依瑪貓 2023-02-26 07:59:25 +08:00
parent d98e9f8f05
commit 9af9afd14d

View File

@ -34,6 +34,9 @@
color: inherit;
padding-right: 0;
}
.form-floating > textarea.form-control {
height: 6rem;
}
.accounting-dragged {
color: #141619;
background-color: #D3D3D4;