Limit width of user menu in space panel (#11192)
Fixes: vector-im/element-web#22627
This commit is contained in:
parent
8107f1d271
commit
3f20675b93
4 changed files with 10 additions and 1 deletions
|
@ -46,7 +46,14 @@ limitations under the License.
|
|||
}
|
||||
}
|
||||
|
||||
.mx_UserMenu_contextMenuButton {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.mx_UserMenu_name {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
font-weight: var(--cpd-font-weight-semibold);
|
||||
font-size: $font-15px;
|
||||
line-height: $font-24px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue