maxH10 method

ContainerBuilder maxH10()

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

Implementation

ContainerBuilder maxH10() {
  _maxHeight = 40;
  return this;
}