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