fix: make add task button 100% height
This commit is contained in:
parent
aa64e9835c
commit
3c9c5eff12
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ defineExpose({
|
|||
}
|
||||
|
||||
.add-task-button {
|
||||
height: 2.5rem;
|
||||
height: 100% !important;
|
||||
|
||||
@media screen and (max-width: $mobile) {
|
||||
.button-text {
|
||||
|
|
Loading…
Reference in a new issue