mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Improved display of checkbox in forms
Still not quite right, but a lot better
This commit is contained in:
parent
b4ff8f79f0
commit
8aa6dbdb04
@ -19,6 +19,15 @@
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
.checkbox {
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.checkboxinput {
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
.media {
|
||||
padding-top: 15px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user