Files
atom/static/fuzzy-finder.css
2012-12-26 13:21:35 -08:00

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;
}