Fixes #27 Fixed css error max-contents > max-content
This commit is contained in:
parent
2a060106bc
commit
c6e7b616f1
File diff suppressed because one or more lines are too long
@ -187,7 +187,7 @@
|
|||||||
padding: .5rem;
|
padding: .5rem;
|
||||||
width: 20rem;
|
width: 20rem;
|
||||||
max-width: 318px;
|
max-width: 318px;
|
||||||
height: max-contents;
|
height: max-content;
|
||||||
|
|
||||||
display: grid;
|
display: grid;
|
||||||
gap: .5rem;
|
gap: .5rem;
|
||||||
|
Loading…
Reference in New Issue
Block a user