Skip to content

Commit 0e20251

Browse files
committed
fix clipping on smaller screens
1 parent 027f066 commit 0e20251

File tree

1 file changed

+13
-13
lines changed
  • todoqueue_frontend/src/components/tasks

1 file changed

+13
-13
lines changed

todoqueue_frontend/src/components/tasks/Tasks.css

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,19 @@
2121
white-space: initial;
2222
}
2323

24+
.empty-state.hide {
25+
top: -300px;
26+
}
27+
28+
.empty-state.show {
29+
top: 100px;
30+
}
31+
32+
.empty-state h3 {
33+
word-wrap: break-word;
34+
word-break: break-word;
35+
}
36+
2437
.arrow-up {
2538
width: 0;
2639
height: 0;
@@ -34,19 +47,6 @@
3447
margin-top: 20px;
3548
}
3649

37-
.empty-state.hide {
38-
top: -100px;
39-
}
40-
41-
.empty-state.show {
42-
top: 100px;
43-
}
44-
45-
.empty-state h3 {
46-
word-wrap: break-word;
47-
word-break: break-word;
48-
}
49-
5050
@keyframes bounce-select-prompt {
5151

5252
0%,

0 commit comments

Comments
 (0)