bootstrap3
bootstrap3 copied to clipboard
Language block in the sidebar not displaying correctly
The language block in the sidebar is not displaying correctly in a multi-journal installation when set to be used in the portal home.
It seems that the container is now getting the width from the inner content. Please see the image.

Ran into this issue today. It seems the breaking change is that the wrapping for the header "Language" is now a h2 tag rather than a span tag.
In OJS 3.3 I can only reproduce this in the "small" breakpoint in bootstrap (width 768-991). I've made a minor adjustment to the breakpoint. This will also resolve https://github.com/pkp/bootstrap3/issues/180.
PR ready for review @asmecher:
- 3_3_0: https://github.com/pkp/bootstrap3/pull/212
- 3_4_0: https://github.com/pkp/bootstrap3/pull/213
- main: https://github.com/pkp/bootstrap3/pull/214
Display before change:
Display after change:
Thanks, @kaitlinnewson, I've merged https://github.com/pkp/bootstrap3/pull/212. Does this need forward-porting?
@asmecher Additional PRs added above and ready for review/merge.
Merged both, thanks -- closing!