Align impl doc block with impl
keyword
This commit is contained in:
parent
4f20626cef
commit
bf6fcc9db8
4 changed files with 8 additions and 8 deletions
|
@ -16,6 +16,6 @@ compare-elements-property: (
|
|||
"#implementations-list > details .docblock > p",
|
||||
["scrollWidth"],
|
||||
)
|
||||
assert-property: ("#implementations-list > details .docblock", {"scrollWidth": "832"})
|
||||
assert-property: ("#implementations-list > details .docblock", {"scrollWidth": "835"})
|
||||
// However, since there is overflow in the <table>, its scroll width is bigger.
|
||||
assert-property: ("#implementations-list > details .docblock table", {"scrollWidth": "1572"})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue