minor fix

This commit is contained in:
2025-04-13 14:01:55 -06:00
parent 7895904719
commit 46cc61afe7
+9 -1
View File
@@ -850,7 +850,15 @@ hr {
} }
.full-height { .full-height {
border: 1px solid red; height: 100%;
}
.full-height #composer {
padding-top: 15px;
}
.full-height .form_card form textarea {
height: 300px;
} }
.grid-2x1 { .grid-2x1 {