fix: td width for very large outputs

This commit is contained in:
2023-07-08 03:01:02 +02:00
parent 7ea5578132
commit e086a221b7

View File

@@ -181,3 +181,7 @@ body{
.hover:hover{
opacity: 0.7;
}
td{
max-width: 500px;
}