Skip to content

Commit 4a1eb0e

Browse files
committed
👌 create space between dropdown icon and sortable th
1 parent 8886352 commit 4a1eb0e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

client/modules/Mobile/MobileDashboardView.jsx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff 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)};

0 commit comments

Comments
 (0)