Fix task title input taking up almost no space if empty
continuous-integration/drone/push Build was killed Details

This commit is contained in:
kolaente 2020-09-28 21:01:37 +02:00
parent 0440c2cbed
commit 12fb89ad31
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 5 additions and 0 deletions

View File

@ -33,6 +33,11 @@
.title {
margin-bottom: 0;
&.input {
// 1.8rem is the font-size, 1.125 is the line-height, .3em padding everywhere, 1px border around the whole thing.
min-height: calc(1.8rem * 1.125 + .6em + 2px);
}
}
.title.task-id {