File tree 1 file changed +11
-6
lines changed 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -49,13 +49,15 @@ const ContentWrapper = styled(Content)`
49
49
color: ${ prop ( 'primaryTextColor' ) }
50
50
}
51
51
52
+
52
53
thead th svg { margin-left: ${ remSize ( 8 ) } }
53
54
54
- tbody td:first-child { justify-self: start; text-align: start; };
55
- tbody td { justify-self: center; }
56
- tbody td:last-child { justify-self: end; text-align: end; };
55
+
56
+ tbody td { justify-self: start; text-align: start; padding: 0 }
57
+ tbody td:nth-child(2) { justify-self: start; text-align: start; padding-left: ${ remSize ( 12 ) } };
58
+ tbody td:last-child { justify-self: end; text-align: end; };
57
59
58
- .sketches-table . sketch-list__dropdown-column { min- width: unset };
60
+ .sketch-list__dropdown-column { width: auto; };
59
61
60
62
tbody { height: ${ remSize ( 48 ) } ; }
61
63
@@ -64,8 +66,11 @@ const ContentWrapper = styled(Content)`
64
66
background: ${ prop ( 'SketchList.background' ) } ;
65
67
}
66
68
.sketches-table__row {
67
- background: ${ prop ( 'SketchList.card.background' ) } !important; height: auto
69
+ background: ${ prop ( 'SketchList.card.background' ) } !important;
70
+ height: auto
68
71
}
72
+
73
+
69
74
70
75
tr {
71
76
align-self: start;
@@ -80,7 +85,7 @@ const ContentWrapper = styled(Content)`
80
85
tbody tr {
81
86
padding: ${ remSize ( 8 ) } ;
82
87
border-radius: ${ remSize ( 4 ) } ;
83
- grid-template-columns: 5fr 5fr 2fr ;
88
+ grid-template-columns: 5fr 5fr 1fr ;
84
89
grid-template-areas: "name name name" "content content content";
85
90
}
86
91
You can’t perform that action at this time.
0 commit comments