Skip to content

Commit

Permalink
fix(input-button): specificity of input-button (#1629)
Browse files Browse the repository at this point in the history
Co-authored-by: maxin <maxin@growingio.com>
  • Loading branch information
nnmax and maxin committed Dec 7, 2021
1 parent 860e1a3 commit 14e74aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input/style/InputButton.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

@input-btn-input-prefix-cls: ~'@{component-prefix}-input-btn';

.@{input-btn-input-prefix-cls} {
.@{input-prefix-cls}.@{input-btn-input-prefix-cls} {
input {
overflow: hidden;
white-space: nowrap;
Expand Down

1 comment on commit 14e74aa

@vercel
Copy link

@vercel vercel bot commented on 14e74aa Dec 7, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.