maxH1_5 method

ContainerBuilder maxH1_5()

max-h-1.5 -->gt; max-height: 6px;

Implementation

ContainerBuilder maxH1_5() {
  _maxHeight = 6;
  return this;
}