Skip to content

Commit

Permalink
fix: issue with mobile pagination in watchlist view
Browse files Browse the repository at this point in the history
  • Loading branch information
akinsey committed Nov 30, 2021
1 parent cf6587d commit f053a3d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/views/Watchlist.vue
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,11 @@ export default {
</script>

<style lang="scss">
/*-------------- Watchlist Layout --------------- */
.watchlist .pagination-simple {
text-align: center;
grid-template-columns: auto 6rem auto;
button:first-child { text-align: right; }
}
.watchlist-section {
display: flex;
align-items: flex-end;
Expand Down

0 comments on commit f053a3d

Please sign in to comment.