maxH20 method

ContainerBuilder maxH20()

max-h-20 -->gt; max-height: 80px;

Implementation

ContainerBuilder maxH20() {
  _maxHeight = 80;
  return this;
}