mirror of https://github.com/vector-im/riot-web
Fix room name not wrapping in summary card
parent
b252005778
commit
abd290938a
|
@ -36,6 +36,7 @@ limitations under the License.
|
|||
-webkit-box-orient: vertical;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
.mx_RoomSummaryCard_avatar {
|
||||
|
|
Loading…
Reference in New Issue