Skip to content

Commit

Permalink
fix(regression): reply button width
Browse files Browse the repository at this point in the history
  • Loading branch information
SychO9 committed Nov 22, 2024
1 parent 5e7fbcb commit 70158aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions framework/core/less/common/Button.less
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@
&, & > .Button {
max-width: 100%;
}

&.itemCount1 > .Button {
flex-grow: 1;
}
}

.ButtonGroup--block {
Expand Down

0 comments on commit 70158aa

Please sign in to comment.