mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-05-01 12:38:12 +08:00
fix(theme): fix table horizontal overflow on narrow screens (#895)
This commit is contained in:
parent
ac63654151
commit
2bfdec82d7
@ -110,6 +110,7 @@ function onCopy(type: 'html' | 'md') {
|
||||
}
|
||||
|
||||
.vp-table .table-container table {
|
||||
display: table;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
||||
@ -211,7 +211,7 @@
|
||||
* Table
|
||||
* -------------------------------------------------------------------------- */
|
||||
.vp-doc table {
|
||||
display: table;
|
||||
display: block;
|
||||
margin: 20px 0;
|
||||
overflow-x: auto;
|
||||
border-collapse: collapse;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user