backdrop-ops / forum.backdropcms.org

The Forum for BackdropCMS.org.
https://forum.backdropcms.org/
4 stars 10 forks source link

Fix line-height issue with submitted info #109

Closed ghost closed 3 years ago

ghost commented 4 years ago

The submitted info for a forum post is vertically centred next to the author's image by setting the line-height to be the same height as the image. This works in most cases, except when the submitted info wraps to two lines. Then you get this:

image

We should work out a better way of vertically centring the submitted info so the line-height isn't affected...

ghost commented 3 years ago

Actually, it looks like the code that needs changing is part of the Borg theme: https://github.com/backdrop-contrib/borg So maybe this issue needs to go there instead...

ghost commented 3 years ago

Closing in favour of https://github.com/backdrop-contrib/borg/issues/15