Fix party details grid CSS

Somehow, an extra grid-template-columns got in there. I'm sure this will haunt me in the future.
This commit is contained in:
Justin Edmund 2023-01-28 22:11:23 -08:00
parent f04e3a8ffe
commit e598adae85

View file

@ -37,7 +37,6 @@
&.Visible {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
fieldset {