I have a div on the left that displays a name, and it can vary in length. On the right, there is another div with buttons. The number of buttons may change, so I am unsure how many will be displayed.
Is there a way to utilize only CSS to make sure the first div takes up all available space before reaching the second?
It is crucial for me to keep these two divs on the same line at all times.
This is the desired outcome: