Procházet zdrojové kódy

Allow markdown table to scroll (#4401)

* Allow markdown table to scroll

`overflow:auto` isn't effective when a table is wider than the container. Adding `display:block` fixes this issue.
tags/v1.9.0-dev
pgodwin před 5 roky
rodič
revize
832bf218ec
2 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 1
    1
      public/css/index.css
  2. 1
    0
      public/less/_markdown.less

+ 1
- 1
public/css/index.css
Diff nebyl zobrazen, protože je příliš veliký
Zobrazit soubor


+ 1
- 0
public/less/_markdown.less Zobrazit soubor

@@ -248,6 +248,7 @@
overflow:auto;
word-break:normal;
word-break:keep-all;
display:block;
}

table th {

Načítá se…
Zrušit
Uložit