Horizontal scroll when table is too wide
This commit is contained in:
@@ -114,6 +114,12 @@ a:hover, a:visited {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#wiki-body table {
|
||||||
|
display: block;
|
||||||
|
overflow: auto;
|
||||||
|
border: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.has-sidebar #wiki-body {
|
.has-sidebar #wiki-body {
|
||||||
width: 68%;
|
width: 68%;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user