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, each item in the Inline List or Dynamic Column List section takes up the entire width of the page.
Essentially, each item in them would perhaps be restricted to 20-30 chars. So we can improve the UI where on one line, we could potentially have two items (or maybe more?).
We do not want to implement validation/character length restriction in this task but just update the styling so visually we can have more than one item on one line and update the add button accordingly. Validation will be handled in a separate task.
The text was updated successfully, but these errors were encountered:
Currently, each item in the
Inline List
orDynamic Column List
section takes up the entire width of the page.Essentially, each item in them would perhaps be restricted to 20-30 chars. So we can improve the UI where on one line, we could potentially have two items (or maybe more?).
We do not want to implement validation/character length restriction in this task but just update the styling so visually we can have more than one item on one line and update the add button accordingly. Validation will be handled in a separate task.
The text was updated successfully, but these errors were encountered: