scryber.core
scryber.core copied to clipboard
Float right is broken on a simple layout
Describe the bug When applying float:right to an aside, the space taken up is ignored and paragraphs of text will flow underneath.
To Reproduce set the style of an aside to float:right, the next paragraph of text ignores the float and continues to wrap at the end of the container.
Expected behavior The width of the float should be taken into account.