Browse Source

Reduced height of search view

Torkel Ödegaard 11 years ago
parent
commit
48e5a82e7f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/css/less/search.less

+ 1 - 1
src/css/less/search.less

@@ -33,7 +33,7 @@
 }
 
 .search-results-container {
-  height: 500px;
+  height: 450px;
   overflow: auto;
   display: block;
   line-height: 28px;