mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
tweak select list
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
.select-list ol {
|
||||
border: 1px solid #212121;
|
||||
max-height: 300px;
|
||||
max-height: 390px;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.select-list ol:empty {
|
||||
@@ -11,7 +10,7 @@
|
||||
}
|
||||
|
||||
.select-list ol li {
|
||||
padding: 10px;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.select-list ol li:after {
|
||||
|
||||
Reference in New Issue
Block a user