Skip to content

Commit

Permalink
Fixed #835, Icon Button should be square
Browse files Browse the repository at this point in the history
  • Loading branch information
YamiOdymel committed Jul 11, 2022
1 parent 9ca8545 commit acc5ffc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/button.css
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,8 @@
*/

.ts-button.is-icon {
min-width: 40px;
padding: calc(0.45rem / 1.35) calc(var(--horizontal-padding) / 2);
min-width: 37px;
padding: 0.26rem 0;
}

.ts-button.is-icon .ts-icon {
Expand Down

0 comments on commit acc5ffc

Please sign in to comment.