Update index.css

This commit is contained in:
Barunes Padhy 2024-06-19 22:35:25 +03:00 committed by GitHub
parent c66d48d1ec
commit ce404255dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -68,3 +68,11 @@ a {
display: block; display: block;
padding: 5px 0; padding: 5px 0;
} }
pre {
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word;
}