Use min-height instead of height
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
6b6fefa73d
commit
ecd45f7a81
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
/* a "block" completion takes up a whole line */
|
/* a "block" completion takes up a whole line */
|
||||||
.mx_Autocomplete_Completion_block {
|
.mx_Autocomplete_Completion_block {
|
||||||
height: 34px;
|
min-height: 34px;
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: 0 12px;
|
padding: 0 12px;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue