Skip to content

Commit ef2f52f

Browse files
committed
(fix) room header ellipsis
1 parent cf059d4 commit ef2f52f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/ChatWindow/Room/RoomHeader.vue

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,12 @@ export default {
184184
height: 100%;
185185
}
186186
187+
.vac-text-ellipsis {
188+
white-space: nowrap;
189+
overflow: hidden;
190+
text-overflow: ellipsis;
191+
}
192+
187193
.vac-room-name {
188194
font-size: 17px;
189195
font-weight: 500;

0 commit comments

Comments
 (0)