maxH2_5 method

ContainerBuilder maxH2_5()

max-h-2.5 -->gt; max-height: 10px;

Implementation

ContainerBuilder maxH2_5() {
  _maxHeight = 10;
  return this;
}