Recently delving into the world of Ionic and flexbox, I'm faced with a challenge in organizing my layout effectively.
I aim to create a vertical menu where users can choose from various topics, each with its own set of subtopics. Upon selecting a topic, a new row should materialize displaying the corresponding subtopics. It's crucial that the topics are presented side by side.
https://i.sstatic.net/yHFRd.png
The issue lies in utilizing a row and col-50 to showcase the topics next to each other, then nesting another row within each col-50 with a col-100. This setup hinders the width of the subtopics row as it is confined within the parent col-50, failing to utilize 100% width.
https://i.sstatic.net/KAIUZ.png
What would be the most straightforward approach to resolving this predicament?