mirror of
https://github.com/redlib-org/redlib.git
synced 2025-05-14 05:52:53 +00:00
Only scroll overflowing tables in Wikis
This commit is contained in:
parent
28ca3589ed
commit
b47cfd1ba5
4 changed files with 14 additions and 13 deletions
|
@ -387,7 +387,6 @@ aside {
|
|||
#wiki {
|
||||
background: var(--foreground);
|
||||
padding: 35px;
|
||||
overflow-x: scroll;
|
||||
}
|
||||
|
||||
#top {
|
||||
|
@ -1130,6 +1129,8 @@ input[type="submit"] {
|
|||
|
||||
.md table {
|
||||
margin: 5px;
|
||||
display: block;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.md code {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue