update board dimensions after window resize

This commit is contained in:
Gator
2022-12-04 18:14:57 +01:00
parent 2c69840d6f
commit 5c21fb2ac3
4 changed files with 43 additions and 17 deletions

View File

@ -30,7 +30,7 @@
<style scoped>
.form-field {
display: flex;
margin: 0;
margin: 5px;
justify-content: flex-end;
}
</style>