handle huge room & topic names more sanely

This commit is contained in:
Matthew Hodgson 2015-07-17 18:42:20 +01:00
parent ddb426095e
commit b60a3b61bb

View File

@ -72,6 +72,8 @@ limitations under the License.
font-size: 18px;
padding-left: 16px;
padding-right: 16px;
overflow: scroll;
text-overflow: ellipsis;
}
.mx_RoomHeader_topic {
@ -82,6 +84,7 @@ limitations under the License.
padding-left: 16px;
padding-right: 16px;
overflow: scroll;
text-overflow: ellipsis;
}
.mx_RoomHeader_avatar {