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)`
5050 color: ${ prop ( 'primaryTextColor' ) }
5151 }
5252
53+ thead th svg { margin-left: ${ remSize ( 8 ) } }
54+
5355 tbody td:nth-child(2) { grid-column-start: 2 }
5456 tbody td:last-child { justify-self: end; text-align: end; }
5557
56- /* .sketch-list__sort-button { padding: 0 } */
57- tbody {
58- height: ${ remSize ( 48 ) } ;
59- }
58+ tbody { height: ${ remSize ( 48 ) } ; }
6059
6160 .sketches-table-container {
6261 padding-bottom: ${ remSize ( 160 ) } ;
@@ -69,7 +68,7 @@ const ContentWrapper = styled(Content)`
6968 tr {
7069 align-self: start;
7170 display: grid;
72- grid-template-columns: repeat(4,1fr) ;
71+ grid-template-columns: repeat(3,5fr) 1fr ;
7372 grid-template-areas: "name name name name" "none content content content";
7473
7574 border-radius: ${ remSize ( 4 ) } ; padding: ${ remSize ( 8 ) } ;
You can’t perform that action at this time.
0 commit comments