1
0
mirror of https://github.com/kihashi/stardew_community_checklist.git synced 2025-10-19 08:03:17 +00:00

Add styles to better display tag lists

This commit is contained in:
John Cleaver 2019-12-04 23:03:42 -05:00
parent 0158c36349
commit 9980e77024
2 changed files with 8 additions and 1 deletions

View File

@ -44,5 +44,8 @@ export default {
</script>
<style scoped>
.tags {
justify-content: center;
flex-wrap: no-wrap;
}
</style>

View File

@ -20,5 +20,9 @@ export default {
</script>
<style scoped>
.tags {
justify-content: center;
flex-wrap: nowrap;
}
</style>