Explorar el Código

fix: markdown code always show scrollbar (#237)

tags/0.3.1
Joel hace 2 años
padre
commit
7660539689
No account linked to committer's email address
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      web/app/styles/markdown.scss

+ 1
- 1
web/app/styles/markdown.scss Ver fichero

@@ -779,7 +779,7 @@
max-width: 100%;
padding: 0;
margin: 0;
overflow-x: scroll;
overflow-x: auto;
line-height: inherit;
word-wrap: normal;
background-color: transparent;

Cargando…
Cancelar
Guardar