(doc): fix menu-comment styling (#1273)

This commit is contained in:
Jethro Kuan
2020-11-14 14:17:08 +08:00
committed by GitHub
parent 48ef3fee11
commit 6dc316c450

View File

@ -40,6 +40,15 @@ table {
width: 100%; width: 100%;
} }
pre.menu-comment {
background: none;
border: none;
font-family: sans-serif;
padding: 0;
margin: 0;
font-size: 100%;
}
thead { thead {
border-bottom: 1px solid var(--border); border-bottom: 1px solid var(--border);
} }