Fixed room name wrapping issues (#2439)

This commit is contained in:
Ahmad Farhat
2021-01-18 17:45:54 -05:00
committed by GitHub
parent cc78035f9c
commit 0e8e188e24
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@
</td>
<td>
<div>
<h4 contenteditable="false" class="m-0 force-text-normal room-name-text" ><%= room.name %></h4>
<h4 contenteditable="false" class="m-0 force-text-normal room-name-text text-break" ><%= room.name %></h4>
</div>
<div style="display: none">
<input class="form-control input-sm w-100 h-4 room-name-editable" value="<%= room.name %>">