fix: commit saving error

This commit is contained in:
Igor Carvalho 2023-07-05 19:09:15 -03:00
commit cbda5fc146

View file

@ -521,4 +521,8 @@ The cursor: default; property value restores the browser's default cursor style
.edit-flow-span {
@apply ml-10 animate-pulse text-status-red
}
.float-component-pointer {
@apply pointer-events-none cursor-not-allowed
}
}