Break long names only when necessary
This commit is contained in:
parent
e444390698
commit
e6f0a0e80d
@ -96,7 +96,8 @@ export default defineComponent({
|
||||
margin-bottom: .5rem;
|
||||
|
||||
.world__name {
|
||||
word-break: break-all;
|
||||
word-break: break-word;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
.world__maps {
|
||||
|
Loading…
Reference in New Issue
Block a user