1
0
Fork 0
mirror of synced 2024-10-03 02:27:06 +13:00

fixes missing cursor styling

This commit is contained in:
Keviin Åberg Kultalahti 2021-05-20 14:34:19 +02:00
parent 30eb523bd1
commit eca38a6fec

View file

@ -41,4 +41,7 @@
align-items: center;
grid-template-columns: 200px 20px;
}
.icon {
cursor: pointer;
}
</style>