mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Make autocomplete wide enough to not scroll
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
.select-list.popover-list {
|
||||
width: 200px;
|
||||
min-width: 200px;
|
||||
border: 2px solid #222;
|
||||
-webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, .5);
|
||||
margin-left: 0px;
|
||||
@@ -14,4 +15,4 @@
|
||||
|
||||
.select-list.popover-list ol li {
|
||||
padding: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user