1
0
mirror of https://github.com/flarum/core.git synced 2025-08-15 04:44:08 +02:00

fix(regression): reply button width

This commit is contained in:
Sami Mazouz
2024-11-22 10:26:20 +01:00
parent 5e7fbcb0e8
commit 70158aa0ef

View File

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