Continued work on point buy UI

This commit is contained in:
Stefan Zermatten
2022-08-22 15:07:40 +02:00
parent 5d14c392e8
commit 59fc5ab851
5 changed files with 46 additions and 7 deletions

View File

@@ -73,5 +73,8 @@ export default {
}
</script>
<style lang="css" scoped>
<style lang="css">
.error-list .v-alert__content{
overflow-x: auto;
}
</style>