handle huge room & topic names more sanely

pull/1/head
Matthew Hodgson 2015-07-17 18:42:20 +01:00
parent ddb426095e
commit b60a3b61bb
1 changed files with 3 additions and 0 deletions

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 {