Semantic UI 如何设置行高?

How do you set the row height in Semantic UI?

鉴于此,如何在语义 UI 中设置行高,

<div class="ui grid">
  <div class="row">
  <div>
</div>

在'row'class设置高度。

例如

.row {
height: 100px;
}