Reputation: 4730
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
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