You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dotify produces an invalid PEF. It should probably throw an error instead.
The CSS isn't very good because the goal is to position a block of text at the bottom of the page, but it is achieved by positioning an element (.series-ppp) that is not the last text on the page (publisher follows) at a certain vertical position. If for some reason the text takes more (or less) lines than we expect, the positioning is wrong.
29 instead of 28. There are two issues here:
Dotify produces an invalid PEF. It should probably throw an error instead.
The CSS isn't very good because the goal is to position a block of text at the bottom of the page, but it is achieved by positioning an element (
.series-ppp
) that is not the last text on the page (publisher follows) at a certain vertical position. If for some reason the text takes more (or less) lines than we expect, the positioning is wrong.Better would be to wrap the whole thing in a block and position that block at the bottom of the page. Something like this:
@egli Maybe you can have a look at this while enabling the boilerplate tests?
The text was updated successfully, but these errors were encountered: