Allow slash commands description to wrap on a new line (#7370)
This commit is contained in:
parent
46b0865e89
commit
48a37985f5
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
||||||
.mx_Autocomplete_Completion_block {
|
.mx_Autocomplete_Completion_block {
|
||||||
min-height: 34px;
|
min-height: 34px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
padding: 0 12px;
|
padding: 0 12px;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
@ -57,6 +58,7 @@
|
||||||
|
|
||||||
.mx_Autocomplete_Completion_description {
|
.mx_Autocomplete_Completion_description {
|
||||||
color: gray;
|
color: gray;
|
||||||
|
min-width: 150px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_Autocomplete_Completion_container_pill {
|
.mx_Autocomplete_Completion_container_pill {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue