Exploring the wonders of Flexbox and delving into its functionality. I have shared a Code Sandbox link showcasing my React /bootstrap code in progress... Currently, I am developing a clock component with two buttons for adjusting time (increase/decrease). Visual representation can be found below:
https://i.sstatic.net/TtMlW.png
The height of this component suits me perfectly at this stage. However, I wish to incorporate three rows of buttons (Start, Pause, 1st) in a separate column adjacent to the clock. My aim is to make this second column adjust its height according to the clock's height on the left. Unfortunately, my current output differs from my expectations as shown here:
https://i.sstatic.net/jWNYs.png
I've experimented with utilizing two flexboxes but struggle with aligning their heights accordingly. How can I effectively achieve this synchronization between columns?