Fix conflict CSS
Was accidentally adding it to a declaration that was setting min-height instead of max-height
This commit is contained in:
parent
102e7e57b3
commit
37ca90a18c
1 changed files with 4 additions and 1 deletions
|
|
@ -80,8 +80,11 @@
|
|||
}
|
||||
}
|
||||
|
||||
&.editParty,
|
||||
&.conflict {
|
||||
max-height: 80vh;
|
||||
}
|
||||
|
||||
&.editParty {
|
||||
min-height: 80vh;
|
||||
|
||||
.container {
|
||||
|
|
|
|||
Loading…
Reference in a new issue