Skip to content

Commit da74829

Browse files
authored
fix(SiteCommon/mobile): display style of <tbody> (qiuwenbaike#1615)
* fix(SiteCommon/mobile): display style of <tbody>
1 parent 68da18c commit da74829

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

dist/SiteCommon/SiteCommon.css

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

src/SiteCommon/modules/mobile.less

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
margin-left: auto !important;
1414
float: none !important;
1515
overflow: auto hidden;
16+
17+
tbody {
18+
display: table;
19+
width: 100%;
20+
}
1621
}
1722

1823
.thumb {

0 commit comments

Comments
 (0)