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:
parent
0158c36349
commit
9980e77024
@ -44,5 +44,8 @@ export default {
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
.tags {
|
||||
justify-content: center;
|
||||
flex-wrap: no-wrap;
|
||||
}
|
||||
</style>
|
||||
|
||||
@ -20,5 +20,9 @@ export default {
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.tags {
|
||||
justify-content: center;
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user