Merge pull request #1500 from kounoike/fix-1366

fix CSS for PR comments layout (refs. #1366)
This commit is contained in:
Naoki Takezoe
2017-03-18 01:18:49 +09:00
committed by GitHub

View File

@@ -1127,7 +1127,7 @@ table.diff tbody tr.not-diff:hover td{
} }
.not-diff > .comment-box-container { .not-diff > .comment-box-container {
white-space: initial; white-space: normal;
line-height: initial; line-height: initial;
padding: 10px; padding: 10px;
} }