This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
wangwei
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Fix table headers (
#980
)
Signed-off-by: Andrew Boyarshin <andrew.boyarshin@gmail.com>
tags/v1.2.0-rc1
Andrew Boyarshin
Lunny Xiao
8 years ago
parent
4cda349d91
commit
fe2e965309
2 changed files
with
2 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
public/css/index.css
+1
-2
public/less/_markdown.less
+ 1
- 2
public/css/index.css
View File
@@ -630,8 +630,7 @@ footer .ui.language .menu {
margin-bottom: 0;
}
.markdown:not(code) table {
display: block;
width: 100%;
width: auto;
overflow: auto;
word-break: normal;
word-break: keep-all;
+ 1
- 2
public/less/_markdown.less
View File
@@ -240,8 +240,7 @@
}
table {
display:block;
width:100%;
width:auto;
overflow:auto;
word-break:normal;
word-break:keep-all;
Write
Preview
Loading…
Cancel
Save