I am facing an issue with a two-column layout where one column serves as the page heading (left) and the other displays breadcrumbs (right). The problem arises when the first column fails to stretch its height fully due to padding or margin in the second column, causing a misalignment of the border between them.
My goal is to ensure that the first column always fills the entire height, maintaining a consistent appearance with the border centered on the bottom line. Adding a padding class py-5
to #bread
disrupts this desired behavior.
Edit:
I believe I have found a solution, although it may not be perfect yet. Any additional input is still welcome!