joined link text overflow fixed

This commit is contained in:
10G Meow 2022-01-27 12:09:33 +00:00 committed by N Pex
parent ade5557f1d
commit 6ecb70176c
2 changed files with 3 additions and 1 deletions

View file

@ -487,6 +487,8 @@ $admin-fg: white;
text-align: center;
margin: 20px;
user-select: text;
overflow-wrap: break-word;
word-break: break-word;
}
.notice {

View file

@ -4,7 +4,7 @@
<div class="mt-2" v-if="roomJoinRule == 'public'">
<i18n path="room_welcome.join_public" tag="span">
<template v-slot:link>
<a :href="publicRoomLink">{{ publicRoomLink }}</a>
<a :href="publicRoomLink" class="text-break">{{ publicRoomLink }}</a>
</template>
</i18n>
</div>