increase work log input size
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user