Merge pull request #287 from RubenPX/fix/lots-button-out-of-card

fix apply button out of card
This commit is contained in:
Santiago L 2022-06-02 13:26:05 +02:00 committed by GitHub
commit 560920c85a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
margin: 0;
padding: 0;
min-width: max-content;
max-height: 380px;
max-height: 330px;
overflow-y: auto;
}