Allow slash commands description to wrap on a new line (#7370)

This commit is contained in:
Germain 2021-12-15 10:16:40 +00:00 committed by GitHub
parent 46b0865e89
commit 48a37985f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,6 +22,7 @@
.mx_Autocomplete_Completion_block {
min-height: 34px;
display: flex;
flex-wrap: wrap;
padding: 0 12px;
user-select: none;
cursor: pointer;
@ -57,6 +58,7 @@
.mx_Autocomplete_Completion_description {
color: gray;
min-width: 150px;
}
.mx_Autocomplete_Completion_container_pill {