fix: restored tags to search

This commit is contained in:
Torkel Ödegaard
2018-02-03 10:14:25 +01:00
parent 4b64c1d0d4
commit 162f4941f0

View File

@@ -207,7 +207,7 @@
.search-item__tags { .search-item__tags {
display: none; display: none;
//padding: 10px; padding: 10px;
} }
.search-item__actions { .search-item__actions {
@@ -245,6 +245,10 @@
left: $side-menu-width; left: $side-menu-width;
} }
.search-item__tags {
display: block;
}
.search-dropdown__col_2 { .search-dropdown__col_2 {
display: flex; display: flex;
margin-bottom: 1rem; margin-bottom: 1rem;