Skip to content

Commit ba60bb5

Browse files
authored
Merge pull request #91 from topcoder-platform/dev
fix desktop display issue for some pages
2 parents 0a339b2 + d85ea82 commit ba60bb5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/app/vendor.less

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,8 @@ multiselect .btn-default {
7070
border: 1px solid #e5e6e7;
7171
}
7272

73+
74+
.table-responsive {
75+
overflow-x: visible;
76+
min-height: 0.01%;
77+
}

0 commit comments

Comments
 (0)