Removed flex wrap from dice controls

This commit is contained in:
Mitchell McCaffrey 2020-05-27 11:34:32 +10:00
parent b786b176b0
commit 027fc480e1

View File

@ -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