Skip to content

Commit c42af2d

Browse files
committed
wrap long stuff, fixes #76
1 parent 66db915 commit c42af2d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/components/display/Member.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<template>
22
<div>
3-
<div v-if="toObf === true && mojangData" style="overflow: auto">
3+
<div v-if="toObf === true && mojangData" style="overflow: auto; overflow-wrap: break-word;">
44
<q-item-section>
5-
<q-item-label class="text-subtitle1 line-bg-color">
6-
<div class="row">
5+
<q-item-label class="text-subtitle1 line-bg-color row">
6+
<div class="row col-12" style="align-self: center">
77
<div class="col-1">Class:</div>
88
<div class="col-11 row">
99
<div class="offset-3 col-3">{{ mojangData.mapped }}</div>

0 commit comments

Comments
 (0)