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