Merge pull request #19 from OdairTrujillo/ancho-del-bloque-code
authorSalamandra Devs <120526408+SalamandraDevs@users.noreply.github.com>
Thu, 23 Feb 2023 23:37:57 +0000 (18:37 -0500)
committerGitHub <noreply@github.com>
Thu, 23 Feb 2023 23:37:57 +0000 (18:37 -0500)
Aplicando solución temporal con pre-wrap para el código.

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;