mirror of
https://github.com/alvierahman90/gronk.git
synced 2024-11-22 07:19:53 +00:00
Add overflow-x scrolling to pre tag
This commit is contained in:
parent
17fae8c60e
commit
388c75b351
@ -35,6 +35,7 @@ pre {
|
|||||||
background-color: #d9d9d9 ;
|
background-color: #d9d9d9 ;
|
||||||
color: #000;
|
color: #000;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
|
overflow-x: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
details {
|
details {
|
||||||
|
Loading…
Reference in New Issue
Block a user