Browse Source

css: minor fix to search

Torkel Ödegaard 7 years ago
parent
commit
30eda62fe7
1 changed files with 2 additions and 1 deletions
  1. 2 1
      public/sass/components/_search.scss

+ 2 - 1
public/sass/components/_search.scss

@@ -210,13 +210,14 @@
 
 .search-item__body-title {
   color: $list-item-link-color;
-  line-height: 14px;
 }
 
 .search-item__body-folder-title {
   color: $text-color-weak;
   font-size: $font-size-xs;
   line-height: 11px;
+  position: relative;
+  top: -1px;
 }
 
 .search-item__icon {