fix(regression): reply button width

This commit is contained in:
Sami Mazouz 2024-11-22 10:26:20 +01:00
parent 5e7fbcb0e8
commit 70158aa0ef
No known key found for this signature in database

View File

@ -43,6 +43,10 @@
&, & > .Button {
max-width: 100%;
}
&.itemCount1 > .Button {
flex-grow: 1;
}
}
.ButtonGroup--block {