Fix task title input taking up almost no space if empty
This commit is contained in:
parent
0440c2cbed
commit
12fb89ad31
1 changed files with 5 additions and 0 deletions
|
@ -33,6 +33,11 @@
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
margin-bottom: 0;
|
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 {
|
.title.task-id {
|
||||||
|
|
Loading…
Reference in a new issue