Ver código fonte

Fix table headers (#980)

Signed-off-by: Andrew Boyarshin <andrew.boyarshin@gmail.com>
tags/v1.1.0
Andrew Boyarshin 7 anos atrás
pai
commit
d4b752def9
2 arquivos alterados com 2 adições e 4 exclusões
  1. 1
    2
      public/css/index.css
  2. 1
    2
      public/less/_markdown.less

+ 1
- 2
public/css/index.css Ver arquivo

@@ -630,8 +630,7 @@ footer .ui.language .menu {
margin-bottom: 0;
}
.markdown:not(code) table {
display: block;
width: 100%;
width: auto;
overflow: auto;
word-break: normal;
word-break: keep-all;

+ 1
- 2
public/less/_markdown.less Ver arquivo

@@ -240,8 +240,7 @@
}

table {
display:block;
width:100%;
width:auto;
overflow:auto;
word-break:normal;
word-break:keep-all;

Carregando…
Cancelar
Salvar