Row Limited Mixin
RowLimitedMixin
Overview
Mixin to support widgets that have a set number of rows. Whether that’s a maximum or a fixed size, implementation is up to the widget. Set rows=0 to clear.
To implement in a webcomponent set height or max-height based on the –rows CSS variable: max-height: calc(var(–rows, 5) * 1.3rem);
Used by
This mixin is applied by the following widgets.