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: [
{
checkbox: true,
},
{
sortable: true,
field: 'part',

View File

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