---
title: "display inline block · RUAL Documentation"
description: "sets whether an element is treated as a block or inline element and the layout used for its children, such as flow layout, grid or flex (inline-block)."
canonical: https://docs.rual.nl/block-types/styling/uistyle_display_inline_block
language: en
---

# display inline block

This block is part of the [`styling`](https://docs.rual.nl/block-types/styling) group and was last modified in core [`v10.4.28`](https://docs.rual.nl/core-versions/100428).

sets whether an element is treated as a block or inline element and the layout used for its children, such as flow layout, grid or flex (inline-block).

- uistyle `uistyle`

A typical wiring for [display inline block](https://docs.rual.nl/block-types/styling/uistyle_display_inline_block): the `uistyle` out pin feeds [regular card](https://docs.rual.nl/block-types/state%20ui/state_card).

![Studio canvas example for the display inline block block: typical wiring for display inline block.](https://docs.rual.nl/canvas-examples/uistyle_display_inline_block.png)

### Version history

Introduced in [`v10.4.28`](https://docs.rual.nl/core-versions/100428).
