Skip to content

Commit dd55720

Browse files
committed
fix: table layout collapse
1 parent 59d5934 commit dd55720

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

packages/zenn-content-css/lib/index.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/zenn-content-css/src/_content.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,8 @@ table {
192192
width: auto;
193193
border-collapse: collapse;
194194
font-size: 0.95em;
195-
line-height: 1.7;
195+
line-height: 1.5;
196+
word-break: normal; // Layout will break without this.
196197
}
197198
th,
198199
td {

0 commit comments

Comments
 (0)