2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-29 20:16:44 +00:00

Improve CSS for modal forms

This commit is contained in:
Oliver 2018-05-04 00:56:29 +10:00
parent 52cc7360b3
commit 9ad20e85e3
2 changed files with 11 additions and 0 deletions

View File

@ -42,6 +42,9 @@
} }
}, },
columns: [ columns: [
{
checkbox: true,
},
{ {
sortable: true, sortable: true,
field: 'part', field: 'part',

View File

@ -73,6 +73,14 @@
padding: 10px; padding: 10px;
} }
.modal input {
width: 100%;
}
.modal textarea {
width: 100%;
}
/* The side navigation menu */ /* The side navigation menu */
.sidenav { .sidenav {
height: 100%; /* 100% Full-height */ height: 100%; /* 100% Full-height */