未验证 提交 3d316a55 编写于 作者: K kennytm 提交者: GitHub

Rollup merge of #49443 - GuillaumeGomez:fix-tooltip-position, r=QuietMisdreavus

Fix tooltip position

r? @QuietMisdreavus
......@@ -109,7 +109,6 @@ h3.impl, h3.method, h4.method, h3.type, h4.type, h4.associatedconstant {
position: relative;
}
h3.impl, h3.method, h3.type {
margin-top: 15px;
padding-left: 15px;
}
......@@ -470,7 +469,10 @@ h4 > code, h3 > code, .invisible > code {
font-size: 0.8em;
}
.content .methods > div:not(.important-traits) { margin-left: 40px; }
.content .methods > div:not(.important-traits) {
margin-left: 40px;
margin-bottom: 15px;
}
.content .impl-items .docblock, .content .impl-items .stability {
margin-bottom: .6em;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册