Merge pull request #4 from neko259/master

Fixed scroll for room name and topic
verto
Matthew Hodgson 2015-07-24 10:43:26 +02:00
commit 05cc604e8d
1 changed files with 2 additions and 4 deletions

View File

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