angular-dynamic-layout icon indicating copy to clipboard operation
angular-dynamic-layout copied to clipboard

Proposing new feature: a way to have an item to have the full width of the container

Open borntorun opened this issue 10 years ago • 1 comments

As in #27 ...

An attribute named 'dynamic-layout-fullWidth' in the first child of each item/card to indicate that the item should have its width equal to container width.

borntorun avatar Nov 18 '15 23:11 borntorun

You should already be able to do that in the CSS by setting the width of the element to be the same of the container.

tristanguigue avatar Nov 21 '15 13:11 tristanguigue