Skip to content

Commit b4c476c

Browse files
authored
fix(SiteCommon/mobile): display style of child elements of table (qiuwenbaike#1619)
* fix(SiteCommon/mobile): display style of child elements of table
1 parent 6dd57f0 commit b4c476c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dist/SiteCommon/SiteCommon.css

Lines changed: 2 additions & 2 deletions
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
float: none !important;
1515
overflow: auto hidden;
1616

17-
tbody {
17+
& > * {
1818
display: table;
1919
width: 100%;
2020
}

0 commit comments

Comments
 (0)