Przeglądaj źródła

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 5 lat temu
rodzic
commit
832bf218ec
2 zmienionych plików z 2 dodań i 1 usunięć
  1. 1
    1
      public/css/index.css
  2. 1
    0
      public/less/_markdown.less

+ 1
- 1
public/css/index.css
Plik diff jest za duży
Wyświetl plik


+ 1
- 0
public/less/_markdown.less Wyświetl plik

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

table th {

Ładowanie…
Anuluj
Zapisz