maxH11 method

ContainerBuilder maxH11()

max-h-11 -->gt; max-height: 44px;

Implementation

ContainerBuilder maxH11() {
  _maxHeight = 44;
  return this;
}