Parcourir la source

Fix table headers (#980)

Signed-off-by: Andrew Boyarshin <andrew.boyarshin@gmail.com>
tags/v1.1.0
Andrew Boyarshin il y a 7 ans
Parent
révision
d4b752def9
2 fichiers modifiés avec 2 ajouts et 4 suppressions
  1. 1
    2
      public/css/index.css
  2. 1
    2
      public/less/_markdown.less

+ 1
- 2
public/css/index.css Voir le fichier

@@ -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 Voir le fichier

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

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

Chargement…
Annuler
Enregistrer