2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-10 23:14:13 +00:00

Form field sanitization (#3699)

* Sanitize input string when using select2 search on forms

* CSS tweaks for images in card view
This commit is contained in:
Oliver
2022-09-21 11:59:54 +10:00
committed by GitHub
parent 04b3f022a0
commit e6225bd8b5
4 changed files with 12 additions and 2 deletions

View File

@ -839,6 +839,11 @@ input[type="submit"] {
padding: 10px;
}
.card-thumb {
max-width: 64px;
max-height: 64px;
}
.float-right {
float: right;
}