2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-02 11:40:58 +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

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