(Note: This site only works with Chrome, IE will not display it as it does not support the Fetch spec yet)
http://greggum.com/#/entity-shell/entityDetails/14
If you go to this page, there is a row with two child divs that should both fit on one row. One has a class of col-sm-8
and the second col-sm-4
But instead, the second wraps below the first.
The issue is with the splitter that is used on the page. If I remove the splitter, then it works ok. But I don't know what to do to resolve.
It also works if I change the second one to col-sm-3
But then it does not fill the entire area.
How do I make this work?