Skip to content

Commit

Permalink
fix(text-input): realign inline text input elements
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod committed Apr 28, 2021
1 parent dea6b68 commit f3294fd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@

.#{$prefix}--text-input-wrapper.#{$prefix}--text-input-wrapper--inline {
flex-flow: row wrap;
align-items: center;
}

.#{$prefix}--text-input-wrapper .#{$prefix}--label--inline {
Expand Down

0 comments on commit f3294fd

Please sign in to comment.