Fixes #27 Fixed css error max-contents > max-content

This commit is contained in:
A McIlwraith 2025-02-01 09:56:49 -05:00
parent 2a060106bc
commit c6e7b616f1
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -187,7 +187,7 @@
padding: .5rem;
width: 20rem;
max-width: 318px;
height: max-contents;
height: max-content;
display: grid;
gap: .5rem;