Merge pull request #458 from SystemZ/fix-tail-width

fix tail horizontal scrolling
This commit is contained in:
simon987 2024-01-14 09:15:04 -05:00 committed by GitHub
commit f423a17543
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -170,6 +170,6 @@ span.ADMIN {
margin: 3px; margin: 3px;
white-space: pre; white-space: pre;
color: #000; color: #000;
overflow: hidden; overflow-y: hidden;
} }
</style> </style>