Removed flex wrap from dice controls
This commit is contained in:
parent
b786b176b0
commit
027fc480e1
@ -38,9 +38,9 @@ function DiceButtons({
|
|||||||
<Flex
|
<Flex
|
||||||
sx={{
|
sx={{
|
||||||
justifyContent: "center",
|
justifyContent: "center",
|
||||||
flexWrap: "wrap",
|
|
||||||
width: "100%",
|
width: "100%",
|
||||||
alignItems: "center",
|
alignItems: "center",
|
||||||
|
padding: "0 15px",
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<SelectDiceButton
|
<SelectDiceButton
|
||||||
|
Loading…
Reference in New Issue
Block a user