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 5e91151 + 9ade980 commit 5db148eCopy full SHA for 5db148e
php-error-log-viewer.php
@@ -446,7 +446,7 @@ public function ajax_filesize() {
446
.md-table-cell[error*="Warning"] { background-color: #FFA66F; }
447
.md-table-cell[error*="Fatal"], .md-table-cell[error*="error"] { background-color: #d05f5f !important}
448
pre { font-family: 'Roboto Mono', monospace; margin: 0.2rem }
449
- .md-table-cell { height: auto }
+ .md-table-cell { height: auto; vertical-align: top; }
450
.cell-time { min-width: 200px }
451
.md-table-fixed-header {max-width: 100%}
452
.message {white-space: pre;}
0 commit comments