Torkel Ödegaard 8 лет назад
Родитель
Сommit
b6ce16ebae
1 измененных файлов с 1 добавлено и 8 удалено
  1. 1 8
      public/sass/components/_search.scss

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

@@ -38,13 +38,6 @@
     background-color: $navbarButtonBackground;
     background-color: $navbarButtonBackground;
     flex-grow: 10;
     flex-grow: 10;
   }
   }
-
-  // .tag-filter {
-  //   .Select-control {
-  //     width: 300px;
-  //     background-color: $navbarBackground;
-  //   }
-  // }
 }
 }
 
 
 .search-field-spacer {
 .search-field-spacer {
@@ -76,7 +69,6 @@
   padding-top: 16px;
   padding-top: 16px;
   display: none;
   display: none;
   flex-direction: column;
   flex-direction: column;
-  align-items: flex-start;
 }
 }
 
 
 .search-filter-box {
 .search-filter-box {
@@ -265,6 +257,7 @@
     justify-content: space-between;
     justify-content: space-between;
     max-width: 700px;
     max-width: 700px;
     height: 260px;
     height: 260px;
+    align-items: flex-start;
   }
   }
 
 
   .search-dropdown__col_1 {
   .search-dropdown__col_1 {