Torkel Ödegaard 7 лет назад
Родитель
Сommit
30eda62fe7
1 измененных файлов с 2 добавлено и 1 удалено
  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 {