Skip to content

Commit 9e5b143

Browse files
committed
hotfix: previousd pr was outdated
1 parent fd3b272 commit 9e5b143

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

src/generators/web/ui/index.css

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,6 @@ main {
1616
word-break: break-word;
1717
}
1818

19-
@media (min-width: 1024px) {
20-
td {
21-
word-break: break-all;
22-
}
23-
24-
td code {
25-
overflow-wrap: normal;
26-
word-break: normal;
27-
}
28-
}
29-
3019
/* Don't overflow the parent */
3120
.overflow-container {
3221
overflow-x: auto;
@@ -37,10 +26,21 @@ main {
3726
}
3827

3928
table {
29+
td {
30+
word-break: break-all;
31+
}
32+
4033
/* In tables, don't pad `a` elements */
4134
a {
4235
padding-right: unset;
4336
}
37+
38+
@media (min-width: 1024px) {
39+
td code {
40+
overflow-wrap: normal;
41+
word-break: normal;
42+
}
43+
}
4444
}
4545

4646
/* Change history positioning */

0 commit comments

Comments
 (0)