Break long world names to avoid horizontal scrollbar

This commit is contained in:
James Lyne 2021-05-20 21:46:45 +01:00
parent 360e1e8f94
commit e444390698

View File

@ -95,6 +95,10 @@ export default defineComponent({
align-items: center; align-items: center;
margin-bottom: .5rem; margin-bottom: .5rem;
.world__name {
word-break: break-all;
}
.world__maps { .world__maps {
display: flex; display: flex;
align-items: center; align-items: center;