mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 21:17:37 +03:00
Scroll overflowing tables (fixes #469)
This commit is contained in:
parent
a9ef5bc08b
commit
47ab857103
3 changed files with 57 additions and 42 deletions
|
@ -1318,6 +1318,8 @@ input[type="submit"] {
|
|||
.md table {
|
||||
margin: 5px;
|
||||
overflow-x: auto;
|
||||
display: block;
|
||||
max-width: fit-content;
|
||||
}
|
||||
|
||||
.md code {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue