maxH0_5 method

ContainerBuilder maxH0_5()

max-h-0.5 -->gt; max-height: 2px;

Implementation

ContainerBuilder maxH0_5() {
  _maxHeight = 2;
  return this;
}