Files
atom/static/fuzzy-finder.css
2012-12-26 11:51:41 -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;
}