maxH3_5 method

ContainerBuilder maxH3_5()

max-h-3.5 -->gt; max-height: 14px;

Implementation

ContainerBuilder maxH3_5() {
  _maxHeight = 14;
  return this;
}