File tree 1 file changed +6
-6
lines changed 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -31,11 +31,9 @@ const ContentWrapper = styled(Content)`
31
31
32
32
td ,thead button {
33
33
font-size: ${ remSize ( 10 ) } ;
34
- padding-left: 0;
35
34
text-align: left;
36
35
};
37
36
38
-
39
37
tbody th {
40
38
font-size: ${ remSize ( 16 ) } ;
41
39
width: 100%;
@@ -46,16 +44,17 @@ const ContentWrapper = styled(Content)`
46
44
};
47
45
48
46
tbody td, thead th {
49
- justify-self: stretch ;
47
+ justify-self: center ;
50
48
align-self: flex-end;
51
49
color: ${ prop ( 'primaryTextColor' ) }
52
50
}
53
51
54
- tbody td { justify-self: center; padding-left: ${ remSize ( 12 ) } }
55
-
56
52
thead th svg { margin-left: ${ remSize ( 8 ) } }
57
53
54
+ tbody td:first-child { justify-self: start; text-align: start; };
55
+ tbody td { justify-self: center; }
58
56
tbody td:last-child { justify-self: end; text-align: end; };
57
+
59
58
.sketches-table .sketch-list__dropdown-column { min-width: unset };
60
59
61
60
tbody { height: ${ remSize ( 48 ) } ; }
@@ -75,7 +74,7 @@ const ContentWrapper = styled(Content)`
75
74
};
76
75
77
76
thead tr {
78
- grid-template-columns: auto ${ remSize ( 100 ) } ${ remSize ( 100 ) } 0fr;
77
+ grid-template-columns: 1fr 1fr 1fr 0fr;
79
78
}
80
79
81
80
tbody tr {
@@ -86,6 +85,7 @@ const ContentWrapper = styled(Content)`
86
85
}
87
86
88
87
.loader-container { position: fixed ; padding-bottom: 32% }
88
+
89
89
` ;
90
90
91
91
const Subheader = styled . div `
You can’t perform that action at this time.
0 commit comments