Merge pull request #287 from RubenPX/fix/lots-button-out-of-card
fix apply button out of card
This commit is contained in:
commit
560920c85a
|
@ -15,7 +15,7 @@
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
min-width: max-content;
|
min-width: max-content;
|
||||||
max-height: 380px;
|
max-height: 330px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in New Issue