1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00

Minor fixes for designs

This commit is contained in:
David Bomba 2022-05-19 19:19:46 +10:00
parent c172a5ed3b
commit 3b2d863023
7 changed files with 7 additions and 7 deletions

View File

@ -105,7 +105,7 @@
[data-ref="table"] {
margin-top: 0.5rem;
/* margin-bottom: 200px; */
margin-bottom: 50px;
min-width: 100%;
table-layout: fixed;
overflow-wrap: break-word;

View File

@ -101,7 +101,7 @@
[data-ref="table"] {
margin-top: 1rem;
/* margin-bottom: 200px; */
margin-bottom: 50px;
min-width: 100%;
table-layout: fixed;
overflow-wrap: break-word;

View File

@ -95,7 +95,7 @@
}
[data-ref="table"] {
/* margin-bottom: 200px; */
margin-bottom: 50px;
min-width: 100%;
table-layout: fixed;
overflow-wrap: break-word;

View File

@ -95,7 +95,7 @@
[data-ref="table"] {
margin-top: 3rem;
/* margin-bottom: 200px; */
margin-bottom: 50px;
min-width: 100%;
table-layout: fixed;
overflow-wrap: break-word;

View File

@ -107,7 +107,7 @@
[data-ref="table"] {
margin-top: 1rem;
/* margin-bottom: 200px; */
margin-bottom: 50px;
min-width: 100%;
table-layout: fixed;
overflow-wrap: break-word;

View File

@ -84,7 +84,7 @@
min-width: 100%;
table-layout: fixed;
overflow-wrap: break-word;
/* margin-bottom: 200px; */
margin-bottom: 50px;
}
.task-time-details {

View File

@ -110,7 +110,7 @@
padding-left: 2rem;
padding-right: 0rem;
margin-top: 1rem;
/* margin-bottom: 200px; */
margin-bottom: 50px;
min-width: 100%;
table-layout: fixed;
overflow-wrap: break-word;