Add overflow-x scrolling to pre tag

This commit is contained in:
Akbar Rahman 2021-08-04 21:12:57 +01:00
parent 17fae8c60e
commit 388c75b351

View File

@ -35,6 +35,7 @@ pre {
background-color: #d9d9d9 ;
color: #000;
padding: 1em;
overflow-x: scroll;
}
details {