fix(tasks): hide add button text on tablet
This commit is contained in:
parent
42c5de99c4
commit
c09be9c4b0
|
|
@ -291,7 +291,7 @@ defineExpose({
|
|||
.add-task-button {
|
||||
height: 100% !important;
|
||||
|
||||
@media screen and (max-width: $mobile) {
|
||||
@media screen and (max-width: $tablet) {
|
||||
.button-text {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue