minH1 method

min-h-1 -->gt; min-height: 4px;

Implementation

ContainerBuilder minH1() {
  _minHeight = 4;
  return this;
}