diff --git a/static/file-finder.css b/static/file-finder.css index 88322596d..b6d41a6b9 100644 --- a/static/file-finder.css +++ b/static/file-finder.css @@ -14,6 +14,10 @@ margin-bottom: 5px; } +.file-finder ol:empty { + margin-bottom: 0; +} + .file-finder li.selected { background-color: green; }