1
0

Remove the focus of the bucket title element after saving the title

This commit is contained in:
kolaente
2020-10-24 17:23:13 +02:00
parent 5e046fbd06
commit 82d54b0751
3 changed files with 6 additions and 3 deletions

View File

@ -245,6 +245,7 @@ $crazy-height-calculation: '100vh - 4.5rem - 1.5rem - 1em - 1.5em - 8px';
.title.input {
height: auto;
padding: .4em .5em;
display: inline-block;
}
}