Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
fix(search-facet): remove non generic style rule
Browse files Browse the repository at this point in the history
  • Loading branch information
rayrutjes committed Mar 17, 2017
1 parent a1f8e14 commit 3cace70
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
}
}
ul {
list-style: none;
padding-left: 0;
Expand Down
6 changes: 6 additions & 0 deletions packages/vue-algolia-playground/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,13 @@
}
}
/* Ranged Pagination */
.alg-ranged-pagination li label{
padding: 10px;
}
/* Search Facet */
.alg-search-facet label input {
margin-right: 5px;
}
</style>
3 changes: 0 additions & 3 deletions packages/vue-algolia-search-facet/src/SearchFacet.vue
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,6 @@
}
input {
margin-right: 5px;
}
}
ul {
Expand Down

0 comments on commit 3cace70

Please sign in to comment.