increase work log input size

This commit is contained in:
2026-07-11 21:01:27 -04:00
parent d04153360f
commit 445cbf6ac7
2 changed files with 12 additions and 3 deletions
+9
View File
@@ -198,6 +198,15 @@ button.danger {
margin-top: 1rem;
}
.work-log-form {
align-items: flex-end;
}
.work-log-form textarea {
flex: 1 1 100%;
resize: vertical;
}
.search-form {
display: flex;
gap: 0.5rem;