Browse Source

docs: optimize api style (#26691)

pull/26696/head
xrk 4 years ago
committed by GitHub
parent
commit
75f50f9d17
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      site/theme/static/markdown.less

6
site/theme/static/markdown.less

@ -307,6 +307,12 @@
width: 8%;
font-size: max(@font-size-base - 1px, 12px);
}
&:nth-last-child(3):first-child {
width: 38%;
}
&:nth-last-child(3):first-child ~ td:nth-last-child(2) {
width: 70%;
}
}
}

Loading…
Cancel
Save