mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 11:05:41 +00:00
Improved display of checkbox in forms
Still not quite right, but a lot better
This commit is contained in:
@ -19,6 +19,15 @@
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
.checkbox {
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.checkboxinput {
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
.media {
|
||||
padding-top: 15px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user