Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 48a3798

Browse files
author
Germain
authored
Allow slash commands description to wrap on a new line (#7370)
1 parent 46b0865 commit 48a3798

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

res/css/views/rooms/_Autocomplete.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
.mx_Autocomplete_Completion_block {
2323
min-height: 34px;
2424
display: flex;
25+
flex-wrap: wrap;
2526
padding: 0 12px;
2627
user-select: none;
2728
cursor: pointer;
@@ -57,6 +58,7 @@
5758

5859
.mx_Autocomplete_Completion_description {
5960
color: gray;
61+
min-width: 150px;
6062
}
6163

6264
.mx_Autocomplete_Completion_container_pill {

0 commit comments

Comments
 (0)