Handle new lines in group description

This commit is contained in:
Natsumi
2025-09-29 12:22:08 +13:00
parent 560de42bd2
commit feef537cb3

View File

@@ -165,11 +165,11 @@
</el-tag> </el-tag>
</template> </template>
</div> </div>
<div class="group-description" style="margin-top: 5px"> <div style="margin-top: 5px">
<span <pre
v-show="groupDialog.ref.name !== groupDialog.ref.description" v-show="groupDialog.ref.name !== groupDialog.ref.description"
style="font-size: 12px" style="font-family: inherit; font-size: 12px; white-space: pre-wrap"
v-text="groupDialog.ref.description"></span> v-text="groupDialog.ref.description"></pre>
</div> </div>
</div> </div>
<div style="flex: none; margin-left: 10px"> <div style="flex: none; margin-left: 10px">