File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -50,13 +50,12 @@ const ContentWrapper = styled(Content)`
50
50
color: ${ prop ( 'primaryTextColor' ) }
51
51
}
52
52
53
+ thead th svg { margin-left: ${ remSize ( 8 ) } }
54
+
53
55
tbody td:nth-child(2) { grid-column-start: 2 }
54
56
tbody td:last-child { justify-self: end; text-align: end; }
55
57
56
- /* .sketch-list__sort-button { padding: 0 } */
57
- tbody {
58
- height: ${ remSize ( 48 ) } ;
59
- }
58
+ tbody { height: ${ remSize ( 48 ) } ; }
60
59
61
60
.sketches-table-container {
62
61
padding-bottom: ${ remSize ( 160 ) } ;
@@ -69,7 +68,7 @@ const ContentWrapper = styled(Content)`
69
68
tr {
70
69
align-self: start;
71
70
display: grid;
72
- grid-template-columns: repeat(4,1fr) ;
71
+ grid-template-columns: repeat(3,5fr) 1fr ;
73
72
grid-template-areas: "name name name name" "none content content content";
74
73
75
74
border-radius: ${ remSize ( 4 ) } ; padding: ${ remSize ( 8 ) } ;
You can’t perform that action at this time.
0 commit comments