@enki-tek/fms-web-components 0.0.85 → 0.0.86
Sign up to get free protection for your applications and to get access to all the features.
- package/components/EnkiTable/EnkiTable.svelte +1 -1
- package/components/EnkiTable/Table.scss +1 -1
- package/components/EnkiTable/TableBody.svelte +1 -1
- package/components/EnkiTable/TableCell.svelte +1 -1
- package/components/EnkiTable/TableHead.svelte +1 -1
- package/components/EnkiTable/TableHeadCell.svelte +1 -1
- package/components/EnkiTable/TableRow.svelte +1 -1
- package/package.json +1 -1
@@ -27,7 +27,6 @@
|
|
27
27
|
font-family: Roboto !important;
|
28
28
|
text-overflow: ellipsis;
|
29
29
|
white-space: nowrap;
|
30
|
-
overflow: hidden;
|
31
30
|
}
|
32
31
|
:global(.table-scroll) {
|
33
32
|
position: relative !important;
|
@@ -42,6 +41,7 @@
|
|
42
41
|
text-wrap: nowrap;
|
43
42
|
text-transform: capitalize;
|
44
43
|
padding-right: 40px !important;
|
44
|
+
overflow: hidden;
|
45
45
|
}
|
46
46
|
.td-div {
|
47
47
|
width: 12.5rem;
|
@@ -8,7 +8,6 @@
|
|
8
8
|
font-family: $bodyFonts !important;
|
9
9
|
text-overflow: ellipsis;
|
10
10
|
white-space: nowrap;
|
11
|
-
overflow: hidden;
|
12
11
|
}
|
13
12
|
|
14
13
|
:global(.table-scroll) {
|
@@ -27,6 +26,7 @@
|
|
27
26
|
text-wrap: nowrap;
|
28
27
|
text-transform: capitalize;
|
29
28
|
padding-right: 40px !important;
|
29
|
+
overflow: hidden;
|
30
30
|
}
|
31
31
|
|
32
32
|
.td-div {
|
@@ -17,7 +17,6 @@
|
|
17
17
|
font-family: Roboto !important;
|
18
18
|
text-overflow: ellipsis;
|
19
19
|
white-space: nowrap;
|
20
|
-
overflow: hidden;
|
21
20
|
}
|
22
21
|
:global(.table-scroll) {
|
23
22
|
position: relative !important;
|
@@ -32,6 +31,7 @@
|
|
32
31
|
text-wrap: nowrap;
|
33
32
|
text-transform: capitalize;
|
34
33
|
padding-right: 40px !important;
|
34
|
+
overflow: hidden;
|
35
35
|
}
|
36
36
|
.td-div {
|
37
37
|
width: 12.5rem;
|
@@ -19,7 +19,6 @@ let tdStyles = ['td-div', className]
|
|
19
19
|
font-family: Roboto !important;
|
20
20
|
text-overflow: ellipsis;
|
21
21
|
white-space: nowrap;
|
22
|
-
overflow: hidden;
|
23
22
|
}
|
24
23
|
:global(.table-scroll) {
|
25
24
|
position: relative !important;
|
@@ -34,6 +33,7 @@ let tdStyles = ['td-div', className]
|
|
34
33
|
text-wrap: nowrap;
|
35
34
|
text-transform: capitalize;
|
36
35
|
padding-right: 40px !important;
|
36
|
+
overflow: hidden;
|
37
37
|
}
|
38
38
|
.td-div {
|
39
39
|
width: 12.5rem;
|
@@ -16,7 +16,6 @@
|
|
16
16
|
font-family: Roboto !important;
|
17
17
|
text-overflow: ellipsis;
|
18
18
|
white-space: nowrap;
|
19
|
-
overflow: hidden;
|
20
19
|
}
|
21
20
|
:global(.table-scroll) {
|
22
21
|
position: relative !important;
|
@@ -31,6 +30,7 @@
|
|
31
30
|
text-wrap: nowrap;
|
32
31
|
text-transform: capitalize;
|
33
32
|
padding-right: 40px !important;
|
33
|
+
overflow: hidden;
|
34
34
|
}
|
35
35
|
.td-div {
|
36
36
|
width: 12.5rem;
|
@@ -19,7 +19,6 @@
|
|
19
19
|
font-family: Roboto !important;
|
20
20
|
text-overflow: ellipsis;
|
21
21
|
white-space: nowrap;
|
22
|
-
overflow: hidden;
|
23
22
|
}
|
24
23
|
:global(.table-scroll) {
|
25
24
|
position: relative !important;
|
@@ -34,6 +33,7 @@
|
|
34
33
|
text-wrap: nowrap;
|
35
34
|
text-transform: capitalize;
|
36
35
|
padding-right: 40px !important;
|
36
|
+
overflow: hidden;
|
37
37
|
}
|
38
38
|
.td-div {
|
39
39
|
width: 12.5rem;
|
@@ -23,7 +23,6 @@
|
|
23
23
|
font-family: Roboto !important;
|
24
24
|
text-overflow: ellipsis;
|
25
25
|
white-space: nowrap;
|
26
|
-
overflow: hidden;
|
27
26
|
}
|
28
27
|
:global(.table-scroll) {
|
29
28
|
position: relative !important;
|
@@ -38,6 +37,7 @@
|
|
38
37
|
text-wrap: nowrap;
|
39
38
|
text-transform: capitalize;
|
40
39
|
padding-right: 40px !important;
|
40
|
+
overflow: hidden;
|
41
41
|
}
|
42
42
|
.td-div {
|
43
43
|
width: 12.5rem;
|