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:
parent
f04e3a8ffe
commit
e598adae85
1 changed files with 0 additions and 1 deletions
|
|
@ -37,7 +37,6 @@
|
||||||
|
|
||||||
&.Visible {
|
&.Visible {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fieldset {
|
fieldset {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue