style: set overflow to auto for pre tag
Co-Authored-by: Igor Milhit <igor@milhit@.ch>pull/31/head
parent
55dadc702c
commit
f3189b4478
|
@ -18,6 +18,11 @@ code, pre {
|
|||
padding: 0.2rem;
|
||||
}
|
||||
|
||||
pre {
|
||||
overflow: auto;
|
||||
max-width: 95vw;
|
||||
}
|
||||
|
||||
/*
|
||||
* ************** *
|
||||
* LAYOUT *
|
||||
|
|
Loading…
Reference in New Issue