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

fix tail horizontal scrolling
This commit is contained in:
2024-01-14 09:15:04 -05:00
committed by GitHub

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>