Merge pull request #3099 from matrix-org/t3chguy/MemberInfo_long_mxid

Use overflow on MemberInfo name/mxid so that the back button stays
pull/21833/head
Bruno Windels 2019-06-14 09:22:58 +00:00 committed by GitHub
commit 6ffe910b47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,8 @@ limitations under the License.
.mx_MemberInfo_name h2 {
flex: 1;
overflow-x: auto;
max-height: 50px;
}
.mx_MemberInfo h2 {