Skip to content

Commit 81bcf10

Browse files
authored
Merge pull request #1073 from capfei/table-fix
Fixing file viewer table layout
2 parents bb31409 + 5648d5a commit 81bcf10

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/styles/_FullDetailComponent.scss

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,12 @@
115115
outline: none;
116116
}
117117

118+
.file-list .ant-table table,
119+
.directory-viewer .ant-table table {
120+
table-layout: fixed;
121+
width: 100%;
122+
}
123+
118124
.file-list {
119125
.ant-table-row-collapsed,
120126
.ant-table-row-expanded {
@@ -767,4 +773,4 @@
767773
padding: 0;
768774
}
769775
}
770-
}
776+
}

0 commit comments

Comments
 (0)