Add padding to pre tag

master
Nathan Steel 4 years ago
parent 0bc29fd29c
commit 1fba0381a2

@ -34,6 +34,7 @@ pre{
color: white; color: white;
white-space: pre-wrap; white-space: pre-wrap;
overflow-x: auto; overflow-x: auto;
padding: 12px;
} }
/* Special Design */ /* Special Design */

Loading…
Cancel
Save