You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we rely on bootstrap's styling for setting widths (eg col-3). These do need to be reliant on the size of the content.
This will become far more important as we introduce #307 and allow different font sizes. We'd like Ribbons to 'just work' regarding horizontal spacing, if no explicit width is provided for RibbonGroups.
It's somewhat analogous to SetColSize for Grid in ⎕WC returning -3 to signal a column has been automatically set to a spacing.
The text was updated successfully, but these errors were encountered:
mqasim23
added a commit
to mqasim23/ewc-client
that referenced
this issue
Dec 10, 2024
Currently we rely on bootstrap's styling for setting widths (eg col-3). These do need to be reliant on the size of the content.
This will become far more important as we introduce #307 and allow different font sizes. We'd like Ribbons to 'just work' regarding horizontal spacing, if no explicit width is provided for RibbonGroups.
It's somewhat analogous to SetColSize for Grid in ⎕WC returning -3 to signal a column has been automatically set to a spacing.
The text was updated successfully, but these errors were encountered: