button alignment

This commit is contained in:
Freeplay 2023-05-14 15:33:50 -04:00
parent 448d830c51
commit 2c22a20da4
1 changed files with 2 additions and 0 deletions

View File

@ -340,6 +340,8 @@ function focusFooter(ev) {
}
> :deep(button) {
margin-top: 10px;
margin-left: 0;
margin-right: .4rem;
}
}
</style>