Darkstarone
Darkstarone

Reputation: 4730

Semantic UI vertical divider no text

I'm trying to use a semantic UI divider like so:

<div class="ui vertical divider" style="left:87.5%"></div>

However, as you can see from the documentation, when using keywords horizontal or vertical, spacing is included for text.

Does anyone know if it's possible to use a vertical divider without the spacing?

Upvotes: 1

Views: 3540

Answers (1)

Sean
Sean

Reputation: 1464

You can't use vertical dividers without text but you can make grids divided which contain no text https://semantic-ui.com/collections/grid.html#special-grids

Upvotes: 5

Related Questions