Skip to content

Commit

Permalink
fix(field): only add margin to addon button
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsch88 committed Mar 8, 2022
1 parent d31f5a8 commit d840066
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ bal-field {
margin-bottom: 32px;
display: flex;

bal-button {
bal-input + bal-button[size='small'] {
margin-left: 8px;
margin-top: 4px;
}
Expand Down

0 comments on commit d840066

Please sign in to comment.