mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06:28 +08:00
docs: fix markdown table margin (#39683)
This commit is contained in:
parent
d93bca1c44
commit
a692dc101c
@ -265,7 +265,6 @@ export default () => {
|
||||
.markdown .dumi-default-table {
|
||||
table {
|
||||
margin: 0;
|
||||
margin: 8px 0 16px;
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
direction: ltr;
|
||||
@ -311,7 +310,7 @@ export default () => {
|
||||
}
|
||||
|
||||
table.component-api-table {
|
||||
margin: 2em 0;
|
||||
margin: 0;
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
font-size: ${Math.max(token.fontSize - 1, 12)}px;
|
||||
|
Loading…
Reference in New Issue
Block a user