File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Expand file tree Collapse file tree 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)`
4949 color: ${ prop ( 'primaryTextColor' ) }
5050 }
5151
52+
5253 thead th svg { margin-left: ${ remSize ( 8 ) } }
5354
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; };
5759
58- .sketches-table . sketch-list__dropdown-column { min- width: unset };
60+ .sketch-list__dropdown-column { width: auto; };
5961
6062 tbody { height: ${ remSize ( 48 ) } ; }
6163
@@ -64,8 +66,11 @@ const ContentWrapper = styled(Content)`
6466 background: ${ prop ( 'SketchList.background' ) } ;
6567 }
6668 .sketches-table__row {
67- background: ${ prop ( 'SketchList.card.background' ) } !important; height: auto
69+ background: ${ prop ( 'SketchList.card.background' ) } !important;
70+ height: auto
6871 }
72+
73+
6974
7075 tr {
7176 align-self: start;
@@ -80,7 +85,7 @@ const ContentWrapper = styled(Content)`
8085 tbody tr {
8186 padding: ${ remSize ( 8 ) } ;
8287 border-radius: ${ remSize ( 4 ) } ;
83- grid-template-columns: 5fr 5fr 2fr ;
88+ grid-template-columns: 5fr 5fr 1fr ;
8489 grid-template-areas: "name name name" "content content content";
8590 }
8691
You can’t perform that action at this time.
0 commit comments