mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
11 lines
159 B
CSS
11 lines
159 B
CSS
.fuzzy-finder ol {
|
|
overflow: hidden;
|
|
margin-bottom: 5px;
|
|
-webkit-user-select: none;
|
|
cursor: default;
|
|
}
|
|
|
|
.fuzzy-finder ol:empty {
|
|
margin-bottom: 0;
|
|
}
|