maxH36 method

ContainerBuilder maxH36()

max-h-36 -->gt; max-height: 144px;

Implementation

ContainerBuilder maxH36() {
  _maxHeight = 144;
  return this;
}