Skip to content

Commit 5db148e

Browse files
committed
Merge branch 'master' of github.com:schuhwerk/php-error-log-viewer
2 parents 5e91151 + 9ade980 commit 5db148e

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
@@ -446,7 +446,7 @@ public function ajax_filesize() {
446446
.md-table-cell[error*="Warning"] { background-color: #FFA66F; }
447447
.md-table-cell[error*="Fatal"], .md-table-cell[error*="error"] { background-color: #d05f5f !important}
448448
pre { font-family: 'Roboto Mono', monospace; margin: 0.2rem }
449-
.md-table-cell { height: auto }
449+
.md-table-cell { height: auto; vertical-align: top; }
450450
.cell-time { min-width: 200px }
451451
.md-table-fixed-header {max-width: 100%}
452452
.message {white-space: pre;}

0 commit comments

Comments
 (0)