forked from External/greenlight
Fixed room name wrapping issues (#2439)
This commit is contained in:
@ -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 %>">
|
||||
|
Reference in New Issue
Block a user