Parent container display options (display: block/flex/grid/inline/etc.) – Single embed [S]
Account on Staging: qa@smartframe.io Task: QA-262 block – Displays an element as a block element (like <p>). It starts on a new line, and takes up the whole width flex – Displays an element as a block-level flex container. Note: The values “flex” and “inline-flex” requires the -webkit- prefix to work in Safari. grid – Displays … Read moreParent container display options (display: block/flex/grid/inline/etc.) – Single embed [S]