1
0
Fork 0
mirror of synced 2024-07-05 06:20:55 +12:00

Merge pull request #2110 from mslourens/bug/automate_setup_menu

Automate setup menu
This commit is contained in:
Rory Powell 2021-07-26 09:15:45 +01:00 committed by GitHub
commit c7cf415288

View file

@ -58,5 +58,6 @@
align-items: stretch;
gap: var(--spacing-l);
background-color: var(--background);
overflow-y: auto;
}
</style>