Skip to content

Commit

Permalink
fix(form-radio-group): Changes to button styles
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorehouse authored and pi0 committed Oct 22, 2017
1 parent 977825d commit 063e9d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/components/form-radio-group.vue
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,8 @@
groupClasses() {
if (this.buttons) {
return [
'btn-group',
this.stacked ? 'btn-group-vertical' : 'btn-group',
this.size ? `btn-group-${this.size}` : '',
this.stacked ? 'btn-group-vertical' : '',
this.validated ? `was-validated` : ''
];
}
Expand Down

0 comments on commit 063e9d8

Please sign in to comment.