fix: pre tag overflow

This commit is contained in:
pateljannat
2021-07-09 18:32:51 +05:30
parent 71d0a89968
commit 0fd760df81

View File

@@ -1155,6 +1155,7 @@ div.custom-checkbox>label>input:checked+img {
text-align: center;
}
.hljs {
white-space: pre-wrap;
pre {
width: 100%;
overflow-x: auto;
}