We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75f96f3 commit de1f868Copy full SHA for de1f868
autocomplete/index.html
@@ -32,7 +32,7 @@
32
}
33
34
@media screen and (min-width: 481px){
35
- .ac-list-container { max-height: 300px; margin-top: 10px; border: 1px solid #eee; border-radius: 0 0 5px 5px; box-shadow: 3px 3px 3px #ccc; }
+ .ac-list-container { width: 290px; max-height: 300px; margin-top: 10px; border: 1px solid #eee; border-radius: 0 0 5px 5px; box-shadow: 3px 3px 3px #ccc; }
36
.ac-input { width: 290px; }
37
38
</style>
0 commit comments