We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66db915 commit c42af2dCopy full SHA for c42af2d
1 file changed
src/components/display/Member.vue
@@ -1,9 +1,9 @@
1
<template>
2
<div>
3
- <div v-if="toObf === true && mojangData" style="overflow: auto">
+ <div v-if="toObf === true && mojangData" style="overflow: auto; overflow-wrap: break-word;">
4
<q-item-section>
5
- <q-item-label class="text-subtitle1 line-bg-color">
6
- <div class="row">
+ <q-item-label class="text-subtitle1 line-bg-color row">
+ <div class="row col-12" style="align-self: center">
7
<div class="col-1">Class:</div>
8
<div class="col-11 row">
9
<div class="offset-3 col-3">{{ mojangData.mapped }}</div>
0 commit comments