Minor fixes for designs
This commit is contained in:
parent
c172a5ed3b
commit
3b2d863023
7 changed files with 7 additions and 7 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -95,7 +95,7 @@
|
|||
}
|
||||
|
||||
[data-ref="table"] {
|
||||
/* margin-bottom: 200px; */
|
||||
margin-bottom: 50px;
|
||||
min-width: 100%;
|
||||
table-layout: fixed;
|
||||
overflow-wrap: break-word;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -84,7 +84,7 @@
|
|||
min-width: 100%;
|
||||
table-layout: fixed;
|
||||
overflow-wrap: break-word;
|
||||
/* margin-bottom: 200px; */
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
|
||||
.task-time-details {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue