Skip to content

Commit 9ade980

Browse files
authored
Merge pull request #6 from fglueck/master
Update php-error-log-viewer.php
2 parents 276f753 + ec50227 commit 9ade980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php-error-log-viewer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ public function ajax_filesize() {
414414
.md-table-cell[error*="Warning"] { background-color: #FFA66F; }
415415
.md-table-cell[error*="Fatal"], .md-table-cell[error*="error"] { background-color: #d05f5f !important}
416416
pre { font-family: 'Roboto Mono', monospace; margin: 0.2rem }
417-
.md-table-cell { height: auto }
417+
.md-table-cell { height: auto; vertical-align: top; }
418418
.cell-time { min-width: 200px }
419419
.md-table-fixed-header {max-width: 100%}
420420
.message {white-space: pre;}

0 commit comments

Comments
 (0)