fix: add min-height to task textarea (#1490)

This commit is contained in:
Aman Harwara
2022-09-07 12:09:53 +05:30
committed by GitHub
parent 9719c6fcac
commit 0e86b13a8f

View File

@@ -116,6 +116,7 @@ body {
resize: none;
overflow: hidden;
background-color: transparent;
min-height: 22px;
}
}