Skip to content

Commit

Permalink
fix: input group number arrow's size fixed (#2310)
Browse files Browse the repository at this point in the history
  • Loading branch information
rengare committed Apr 12, 2020
1 parent 5d13bac commit a6bd9b3
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,17 @@
fd-button
[disabled]="disabled"
[glyph]="'slim-arrow-up'"
[class]="'fd-button--half'"
[class]="'fd-button--half fd-input-group__button'"
[fdType]="'transparent'"
class="fd-input-group__button"
[attr.aria-label]="stepUpLabel"
(click)="stepUpClicked()"
></button>
<button
fd-button
[disabled]="disabled"
[glyph]="'slim-arrow-down'"
[class]="'fd-button--half'"
[class]="'fd-button--half fd-input-group__button'"
[fdType]="'transparent'"
class="fd-input-group__button"
[attr.aria-label]="stepDownLabel"
(click)="stepDownClicked()"
></button>
Expand Down

0 comments on commit a6bd9b3

Please sign in to comment.