Skip to content

Commit

Permalink
fix(VDataIterator): pagination width regression
Browse files Browse the repository at this point in the history
fixes #4500
  • Loading branch information
johnleider committed Dec 9, 2018
1 parent 37c46b6 commit e015ee3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/vuetify/src/stylus/components/_data-iterator.styl
Expand Up @@ -42,13 +42,18 @@ theme(v-dataiterator, "v-data-iterator")
&__select
display: flex
align-items: center
justify-content: center
justify-content: flex-end
margin-right: 14px
white-space: nowrap

.v-select
flex: 0 1 0
margin: 13px 0 13px 34px
padding: 0
position: initial

.v-select__selections
flex-wrap: nowrap

.v-select__selection--comma
font-size: 12px

0 comments on commit e015ee3

Please sign in to comment.