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

Commit ecd45f7

Browse files
committed
Use min-height instead of height
Signed-off-by: Šimon Brandner <[email protected]>
1 parent 6b6fefa commit ecd45f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

res/css/views/rooms/_Autocomplete.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
/* a "block" completion takes up a whole line */
2222
.mx_Autocomplete_Completion_block {
23-
height: 34px;
23+
min-height: 34px;
2424
display: flex;
2525
padding: 0 12px;
2626
user-select: none;

0 commit comments

Comments
 (0)