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

Commit

Permalink
fix(ranged-pagination): removed non generic style rule from component
Browse files Browse the repository at this point in the history
  • Loading branch information
rayrutjes committed Mar 17, 2017
1 parent e5ea957 commit cba0e5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 3 additions & 0 deletions packages/vue-algolia-playground/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,9 @@
&.alg-clear-search--disabled {
display: none;
}
}
.alg-ranged-pagination li label{
padding: 10px;
}
</style>
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,6 @@
li {
display: inline-block;
label {
padding: 10px;
}
}
input {
Expand Down

0 comments on commit cba0e5d

Please sign in to comment.