Merge pull request #998 from halp-pat/993

Use fixed widths for BuildCard
This commit is contained in:
Kalle 2022-10-06 21:01:15 +03:00 committed by GitHub
commit fabcc99cce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -711,7 +711,7 @@ dialog::backdrop {
display: grid;
justify-content: center;
gap: var(--s-3);
grid-template-columns: repeat(auto-fit, 15rem);
grid-template-columns: repeat(auto-fit, 240px);
}
.build {