-
How to implement responsive list grid in ftd for different screens? (3x2,2x3,1x6 etc) |
Beta Was this translation helpful? Give feedback.
Answered by
amitu
Apr 12, 2023
Replies: 1 comment
-
You can use the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Sarvom
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use the
wrap
to make a row wrap. Then you will have to ensure the width of each of elements and padding on row is such that only desired number of elements fit per row.