maxH40 method

ContainerBuilder maxH40()

max-h-40 -->gt; max-height: 160px;

Implementation

ContainerBuilder maxH40() {
  _maxHeight = 160;
  return this;
}