Skip to content

Commit 2089207

Browse files
committed
fix: table not showing on small devices (win 10 with a zoomed screen?)
1 parent a0a4adf commit 2089207

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

php-error-log-viewer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,7 @@ public function ajax_filesize() {
409409
.loader.visible { transition: opacity 0s; opacity: 1 }
410410
.md-content { max-height: unset !important; min-height: 80vh; max-width: 98vw;}
411411
.md-card { height: calc(100% - 15px); overflow: hidden; }
412+
#app>.md-table {flex-flow: column;}
412413
.md-table-cell[error*="Warning"] { background-color: #FFA66F; }
413414
.md-table-cell[error*="Fatal"], .md-table-cell[error*="error"] { background-color: #d05f5f !important}
414415
pre { font-family: 'Roboto Mono', monospace; margin: 0.2rem }

0 commit comments

Comments
 (0)