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"] { [data-ref="table"] {
margin-top: 0.5rem; margin-top: 0.5rem;
/* margin-bottom: 200px; */ margin-bottom: 50px;
min-width: 100%; min-width: 100%;
table-layout: fixed; table-layout: fixed;
overflow-wrap: break-word; overflow-wrap: break-word;

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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