mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-03-01 12:44:37 +00:00
break all of group text
This commit is contained in:
parent
402ed24e63
commit
ed1294a378
@ -29,7 +29,10 @@
|
|||||||
</client-only>
|
</client-only>
|
||||||
<div class="ds-my-small">
|
<div class="ds-my-small">
|
||||||
<!-- group name -->
|
<!-- group name -->
|
||||||
<h3 class="ds-heading ds-heading-h3 ds-heading-align-center ds-heading-no-margin">
|
<h3
|
||||||
|
class="ds-heading ds-heading-h3 ds-heading-align-center ds-heading-no-margin"
|
||||||
|
style="word-break: break-all"
|
||||||
|
>
|
||||||
{{ groupName }}
|
{{ groupName }}
|
||||||
</h3>
|
</h3>
|
||||||
<!-- group slug -->
|
<!-- group slug -->
|
||||||
@ -160,7 +163,7 @@
|
|||||||
</p>
|
</p>
|
||||||
<div class="ds-my-xx-small"></div>
|
<div class="ds-my-xx-small"></div>
|
||||||
<div class="chip" align="center">
|
<div class="chip" align="center">
|
||||||
<os-badge>{{ group.about }}</os-badge>
|
<os-badge style="word-break: break-all">{{ group.about }}</os-badge>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user