maxH12 method

ContainerBuilder maxH12()

max-h-12 -->gt; max-height: 48px;

Implementation

ContainerBuilder maxH12() {
  _maxHeight = 48;
  return this;
}