fixes missing cursor styling
This commit is contained in:
parent
e0f22ae934
commit
24c56a89ec
|
@ -41,4 +41,7 @@
|
|||
align-items: center;
|
||||
grid-template-columns: 200px 20px;
|
||||
}
|
||||
.icon {
|
||||
cursor: pointer;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue