Reputation: 119
How do you set the row height in Semantic UI given this,
<div class="ui grid"> <div class="row"> <div> </div>
Upvotes: 2
Views: 6856
Reputation: 102
In 'row' class set height.
eg.
.row { height: 100px; }