mirror of https://github.com/vector-im/riot-web
Use min-height instead of height
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>pull/21833/head
parent
6b6fefa73d
commit
ecd45f7a81
|
@ -20,7 +20,7 @@
|
|||
|
||||
/* a "block" completion takes up a whole line */
|
||||
.mx_Autocomplete_Completion_block {
|
||||
height: 34px;
|
||||
min-height: 34px;
|
||||
display: flex;
|
||||
padding: 0 12px;
|
||||
user-select: none;
|
||||
|
|
Loading…
Reference in New Issue