Skip to content

Commit d4b752d

Browse files
andrew-boyarshinlunny
authored andcommitted
Fix table headers (#980)
Signed-off-by: Andrew Boyarshin <[email protected]>
1 parent c2c2789 commit d4b752d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

public/css/index.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -630,8 +630,7 @@ footer .ui.language .menu {
630630
margin-bottom: 0;
631631
}
632632
.markdown:not(code) table {
633-
display: block;
634-
width: 100%;
633+
width: auto;
635634
overflow: auto;
636635
word-break: normal;
637636
word-break: keep-all;

public/less/_markdown.less

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,7 @@
240240
}
241241

242242
table {
243-
display:block;
244-
width:100%;
243+
width:auto;
245244
overflow:auto;
246245
word-break:normal;
247246
word-break:keep-all;

0 commit comments

Comments
 (0)