mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
make padding uniform
This commit is contained in:
parent
7ee5f6c71b
commit
5550c89b9a
@ -545,6 +545,7 @@
|
||||
.inventree-body {
|
||||
width: 100%;
|
||||
padding: 5px;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.inventree-pre-content {
|
||||
@ -835,7 +836,7 @@ input[type="submit"] {
|
||||
|
||||
.panel {
|
||||
box-shadow: 2px 2px #DDD;
|
||||
margin-bottom: 20px;
|
||||
margin-bottom: .75rem;
|
||||
background-color: #fff;
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user