fix(frontend); Playのボタンがはみ出している問題を修正 (#16303)
This commit is contained in:
parent
5bf13c4cc2
commit
62f68de800
|
|
@ -366,6 +366,7 @@ definePage(() => ({
|
||||||
|
|
||||||
> .items {
|
> .items {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
gap: 12px;
|
gap: 12px;
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue