maxH3xs method

ContainerBuilder maxH3xs()

max-h-3xs -->gt; max-height: 16rem (256px);

Implementation

ContainerBuilder maxH3xs() {
  _maxHeight = 256;
  return this;
}