We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 276f753 + ec50227 commit 9ade980Copy full SHA for 9ade980
php-error-log-viewer.php
@@ -414,7 +414,7 @@ public function ajax_filesize() {
414
.md-table-cell[error*="Warning"] { background-color: #FFA66F; }
415
.md-table-cell[error*="Fatal"], .md-table-cell[error*="error"] { background-color: #d05f5f !important}
416
pre { font-family: 'Roboto Mono', monospace; margin: 0.2rem }
417
- .md-table-cell { height: auto }
+ .md-table-cell { height: auto; vertical-align: top; }
418
.cell-time { min-width: 200px }
419
.md-table-fixed-header {max-width: 100%}
420
.message {white-space: pre;}
0 commit comments