Fixed scroll for room name and topic

pull/4/head
nekorin 2015-07-24 11:25:19 +03:00
parent 2f9e3fcaea
commit dc112e718e
1 changed files with 2 additions and 4 deletions

View File

@ -100,7 +100,6 @@ limitations under the License.
font-size: 20px; font-size: 20px;
padding-left: 16px; padding-left: 16px;
padding-right: 16px; padding-right: 16px;
overflow: scroll;
text-overflow: ellipsis; text-overflow: ellipsis;
} }
@ -128,8 +127,7 @@ limitations under the License.
font-weight: 300; font-weight: 300;
padding-left: 16px; padding-left: 16px;
padding-right: 16px; padding-right: 16px;
overflow: scroll; overflow-y: scroll;
text-overflow: ellipsis;
} }
.mx_RoomHeader_avatar { .mx_RoomHeader_avatar {
@ -149,4 +147,4 @@ limitations under the License.
vertical-align: middle; vertical-align: middle;
padding-left: 8px; padding-left: 8px;
padding-right: 8px; padding-right: 8px;
} }