We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3a620e commit a3a1834Copy full SHA for a3a1834
client/modules/Mobile/MobileDashboardView.jsx
@@ -33,9 +33,11 @@ const ContentWrapper = styled(Content)`
33
34
thead th { padding-left: 0; }
35
36
- thead th:not(:first-child) {
37
- width: 48px !important;
38
-}
+ thead th:not(:first-child), .sketches-table__row td {
+ width: ${remSize(54)};
+ }
39
+
40
+ tbody th { font-weight: bold; };
41
42
.sketches-table__row th {
43
font-size: ${remSize(12)};
@@ -45,7 +47,6 @@ const ContentWrapper = styled(Content)`
45
47
46
48
.sketches-table__row td {
49
text-align: center;
- width: ${remSize(24)} !important;
50
}
51
52
.sketch-list__sort-button { padding: 0 }
0 commit comments