Align impl doc block with impl keyword

This commit is contained in:
Guillaume Gomez 2024-11-13 15:13:31 +01:00
parent 4f20626cef
commit bf6fcc9db8
4 changed files with 8 additions and 8 deletions

View file

@ -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"})