mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
add 200px margin-bottom to the product-table
This commit is contained in:
parent
c0f3576d55
commit
a339148f1b
@ -91,6 +91,7 @@
|
||||
table-layout: fixed;
|
||||
overflow-wrap: break-word;
|
||||
margin-top: 3rem;
|
||||
margin-bottom: 200px;
|
||||
}
|
||||
#product-table > thead {
|
||||
text-align: left;
|
||||
|
@ -94,6 +94,7 @@
|
||||
|
||||
#product-table {
|
||||
margin-top: 3.5rem;
|
||||
margin-bottom: 200px;
|
||||
min-width: 100%;
|
||||
table-layout: fixed;
|
||||
overflow-wrap: break-word;
|
||||
|
@ -84,6 +84,7 @@
|
||||
|
||||
#product-table {
|
||||
margin-top: 3rem;
|
||||
margin-bottom: 200px;
|
||||
min-width: 100%;
|
||||
table-layout: fixed;
|
||||
overflow-wrap: break-word;
|
||||
|
@ -84,6 +84,7 @@
|
||||
|
||||
#product-table {
|
||||
margin-top: 3rem;
|
||||
margin-bottom: 200px;
|
||||
min-width: 100%;
|
||||
table-layout: fixed;
|
||||
overflow-wrap: break-word;
|
||||
|
@ -80,6 +80,7 @@
|
||||
|
||||
#product-table {
|
||||
margin-top: 3rem;
|
||||
margin-bottom: 200px;
|
||||
min-width: 100%;
|
||||
table-layout: fixed;
|
||||
overflow-wrap: break-word;
|
||||
|
@ -94,6 +94,7 @@
|
||||
|
||||
#product-table {
|
||||
margin-top: 3rem;
|
||||
margin-bottom: 200px;
|
||||
min-width: 100%;
|
||||
table-layout: fixed;
|
||||
overflow-wrap: break-word;
|
||||
|
@ -64,6 +64,7 @@
|
||||
table-layout: fixed;
|
||||
overflow-wrap: break-word;
|
||||
margin-top: 3rem;
|
||||
margin-bottom: 200px;
|
||||
}
|
||||
#product-table > thead {
|
||||
text-align: left;
|
||||
|
@ -87,6 +87,7 @@
|
||||
|
||||
#product-table {
|
||||
margin-top: 3rem;
|
||||
margin-bottom: 200px;
|
||||
min-width: 100%;
|
||||
table-layout: fixed;
|
||||
overflow-wrap: break-word;
|
||||
|
Loading…
x
Reference in New Issue
Block a user