mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
handle huge room & topic names more sanely
This commit is contained in:
parent
ddb426095e
commit
b60a3b61bb
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user