🐛 Fixed huge padding in auto-complete

This commit is contained in:
Liyas Thomas
2019-11-13 19:18:34 +05:30
parent e8ac8ac0ab
commit 4b3593d081

View File

@@ -49,7 +49,7 @@
padding: 0; padding: 0;
border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
z-index: 9999; z-index: 9999;
transition: transform 200ms ease-out; transition: transform 0.2s ease-out;
li { li {
width: 100%; width: 100%;
@@ -57,7 +57,6 @@
padding: 8px 16px; padding: 8px 16px;
font-size: 18px; font-size: 18px;
font-family: "Roboto Mono", monospace; font-family: "Roboto Mono", monospace;
white-space: pre-wrap;
&:last-child { &:last-child {
border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;