Skip to content

Commit

Permalink
fix: Position of inputs on selection buttons (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
tassoevan authored and ggazzo committed Jan 13, 2020
1 parent f011d4c commit e446c89
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/fuselage/src/styles/primitives/selection-button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@
}

@mixin is-selection-button($unchecked: 'empty', $indeterminate: null, $checked: 'primary') {

position: relative;

display: inline-flex;

vertical-align: middle;
Expand Down

0 comments on commit e446c89

Please sign in to comment.