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

pull/21833/head
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
1 changed files with 2 additions and 0 deletions

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 {