Aplicando temporal con pre-wrap para el código. Hay que buscar solución con scroll
authorOdairTrujillo <haldrik@gmail.com>
Thu, 23 Feb 2023 23:24:33 +0000 (18:24 -0500)
committerOdairTrujillo <haldrik@gmail.com>
Thu, 23 Feb 2023 23:24:33 +0000 (18:24 -0500)
themes/droda/assets/css/main.css

index 56408f16cdc6831737c5f67558967542c458c31c..b72fdf5f2509626d388ae99fbb6b80addde5a614 100644 (file)
@@ -133,9 +133,9 @@ nav a {
    text-decoration: none;
  }
  
- nav li:hover {
+nav li:hover {
    background-color: var(--navbarHoverColor);
- }
+}
 
 main {
    grid-area: main;
@@ -189,6 +189,11 @@ main hr {
    padding: 0 0.3rem;
 }
 
+.content .highlight code {
+   white-space: pre-wrap;
+   overflow-x: auto;
+}
+
 footer {
    grid-area: footer;
    display: flex;