modification du css pour la balise <pre>. Elle à désormais une largeur et une longueur max.
This commit is contained in:
parent
ea236ee680
commit
c21354a663
1 changed files with 4 additions and 0 deletions
|
|
@ -653,6 +653,10 @@ img {
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
/* Ne dépasse pas du parent en largeur et défile si nécessaire */
|
||||||
|
max-width: 100%;
|
||||||
|
overflow: auto; /* scroll horizontal et vertical si besoin */
|
||||||
|
max-height: 800px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ====== Homepage enhancements ====== */
|
/* ====== Homepage enhancements ====== */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue