Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit b59f0eb

Browse files
authored
Merge pull request #486 from shubhendusaurabh/issue-1091
fixed topcoder-archive/appirio_tech-topcoder-app/issues/1091 added scroll to x overflow
2 parents 6a41d4e + f4fa672 commit b59f0eb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/css/challenge-detail-software.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,9 @@ h1.center {
429429
padding-right: 20px;
430430
}
431431

432+
.challenge-detail .tableWrap pre {
433+
overflow-x: auto;
434+
}
432435
.challenge-detail .currentTab-checkpoints .tableWrap,
433436
.challenge-detail .currentTab-submissions .tableWrap,
434437
.challenge-detail .currentTab-winner .tableWrap {

0 commit comments

Comments
 (0)