mirror of
https://github.com/flarum/framework.git
synced 2025-01-31 22:16:32 +08:00
fix(regression): reply button width
This commit is contained in:
parent
5e7fbcb0e8
commit
70158aa0ef
|
@ -43,6 +43,10 @@
|
|||
&, & > .Button {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
&.itemCount1 > .Button {
|
||||
flex-grow: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.ButtonGroup--block {
|
||||
|
|
Loading…
Reference in New Issue
Block a user