Skip to content

Commit

Permalink
fix(vuetify): updated styles to match vuetify@v1.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
nmsmith22389 committed Oct 16, 2018
1 parent 7f2bf4d commit 2b0b90d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions components/_data-table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@
padding: 0;
position: initial;

.v-select__selections {
flex-wrap: nowrap;
}

.v-select__selection--comma {
font-size: 0.75rem;
}
Expand Down
1 change: 0 additions & 1 deletion components/_select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@
&__slot {
align-items: center;
display: flex;
height: 100%;
width: 100%;
}

Expand Down
1 change: 1 addition & 0 deletions components/_small-dialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@

&__actions {
text-align: right;
white-space: pre;
}

a {
Expand Down
1 change: 0 additions & 1 deletion components/_text-fields.scss
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@
&__slot {
display: flex;
flex: 1 1 auto;
height: 100%;
position: relative;
}

Expand Down
5 changes: 3 additions & 2 deletions components/_toolbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -126,15 +126,16 @@
padding: 0;

.v-btn {
align-items: stretch;
align-items: center;
align-self: center;
}

.v-tooltip,
.v-tooltip > span {
height: inherit;
}

.v-btn,
.v-btn:not(.v-btn--floating):not(.v-btn--icon),
.v-menu,
.v-menu__activator {
height: inherit;
Expand Down

0 comments on commit 2b0b90d

Please sign in to comment.