Skip to content

Commit b498baa

Browse files
committed
💄 adjust table width to fit 320px
1 parent fe9f35a commit b498baa

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

client/modules/Mobile/MobileViewContent.jsx

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,17 @@ export default styled.div`
99
1010
.sketch-list__sort-button { padding: 0 }
1111
12-
td { font-size: ${remSize(10)} };
13-
th {
12+
td {
13+
font-size: ${remSize(10)};
14+
min-width: ${remSize(72)};
15+
};
16+
tbody th {
17+
flex-direction: row;
1418
font-size: ${remSize(14)};
1519
/* font-weight: bold; */
16-
max-width: ${remSize(140)}
20+
/* width: 100%; */
21+
max-width: ${remSize(140)};
22+
1723
};
24+
td.sketch-list__dropdown-column { min-width: unset; }
1825
`;

0 commit comments

Comments
 (0)