Skip to content

Commit fb11e94

Browse files
committed
Move Show All Cards Button to top
1 parent a109f45 commit fb11e94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Board.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,6 @@ input {
103103
.options {
104104
position: absolute;
105105
right: 32px;
106-
bottom: 32px;
106+
top: 32px;
107107
}
108108
</style>

0 commit comments

Comments
 (0)