mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 19:26:04 +03:00
Fixed scroll for room name and topic
This commit is contained in:
parent
2f9e3fcaea
commit
dc112e718e
1 changed files with 2 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue