mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-11 07:24:15 +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:
@ -839,6 +839,11 @@ input[type="submit"] {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.card-thumb {
|
||||
max-width: 64px;
|
||||
max-height: 64px;
|
||||
}
|
||||
|
||||
.float-right {
|
||||
float: right;
|
||||
}
|
||||
|
Reference in New Issue
Block a user