blacklight
blacklight copied to clipboard
pivot facet values display oddly
Pivot facet values are displaying in a very vertical fashion:
It looks like the Bootstrap 4 margins may be significantly larger than the old ones.
@ebenenglish Sorry to make such a request, but: Is this an open issue for 7.0.0RC1?
I first noticed this on the demo.projectblacklight.org site; I'm not sure what version was being used at that time.
Just took a look again, and looks like this is still an issue with 7.0.0.rc1 when the browser width is < 1200px. It gets pretty extreme at mobile screen widths.
I think that we just need to make adjustments to the layout using Bootstrap at various screen sizes. I was able to make the content a little more readable by adjusting the column size for both sections. I dropped the content down to col-md-8
and the sidebar to col-md-4
at around 780px.