Skip to content

Commit

Permalink
fix(buttom): fix content placeholder incorrect, closes tusen-ai#3178
Browse files Browse the repository at this point in the history
  • Loading branch information
jizai1125 committed Jun 26, 2022
1 parent 049431b commit b6e8205
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/button/src/styles/index.cssr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ export default c([
display: flex;
align-items: center;
flex-wrap: nowrap;
min-width: 0;
`, [
c('~', [
cE('icon', {
Expand Down

0 comments on commit b6e8205

Please sign in to comment.