This commit is contained in:
devdatt 2026-02-18 05:59:06 +05:30
parent 41a2c41e44
commit cb05fa8ced
1 changed files with 7 additions and 1 deletions

View File

@ -777,7 +777,13 @@ include 'static.php';
color: #94a3b8; color: #94a3b8;
font-size: 13px; font-size: 13px;
line-height: 1.6; line-height: 1.6;
overflow: auto;
white-space: pre-wrap;
/* allow wrapping */
word-break: break-word;
/* break long strings */
overflow-wrap: anywhere;
/* modern wrap support */
} }
</style> </style>