Henning Noeth created TOBAGO-1811:
-------------------------------------
Summary: Allow '*' and 'auto' segments for segment layout
Key: TOBAGO-1811
URL: https://issues.apache.org/jira/browse/TOBAGO-1811
Project: MyFaces Tobago
Issue Type: New Feature
Components: Core
Affects Versions: 3.0.6
Reporter: Henning Noeth
Assignee: Henning Noeth
The '*' operator should implement:
https://getbootstrap.com/docs/4.0/layout/grid/#equal-width
Which contain the CSS classes: col, col-sm, col-md, col-lg, col-xl
The 'auto' operator should implement:
https://getbootstrap.com/docs/4.0/layout/grid/#variable-width-content
Which contain the CSS classes: col-auto, col-sm-auto, col-md-auto, col-lg-auto,
col-xl-auto
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)