mirror of
https://github.com/atom/atom.git
synced 2026-02-18 02:21:43 -05:00
17 lines
269 B
CSS
17 lines
269 B
CSS
.select-list.autocomplete {
|
|
min-width: 150px;
|
|
webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .5);
|
|
margin-left: 0px;
|
|
width: auto;
|
|
}
|
|
|
|
.autocomplete ol {
|
|
position: relative;
|
|
overflow-y: scroll;
|
|
max-height: 200px;
|
|
}
|
|
|
|
.autocomplete ol li {
|
|
padding: 0.1em 0.2em;
|
|
}
|