update board dimensions after window resize

This commit is contained in:
2022-12-04 18:14:57 +01:00
parent 1d01a23dd1
commit 7743239414
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>