Break long world names to avoid horizontal scrollbar
This commit is contained in:
parent
360e1e8f94
commit
e444390698
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user