Fix conflict CSS

Was accidentally adding it to a declaration that was setting min-height instead of max-height
This commit is contained in:
Justin Edmund 2023-07-02 03:31:13 -07:00
parent 102e7e57b3
commit 37ca90a18c

View file

@ -80,8 +80,11 @@
}
}
&.editParty,
&.conflict {
max-height: 80vh;
}
&.editParty {
min-height: 80vh;
.container {