drachenwald / dw_op

1 stars 5 forks source link

Typo - missing space #83

Closed JacquelynaDeBellmont closed 1 week ago

JacquelynaDeBellmont commented 3 months ago

On the Award Recommendation page (https://op.drachenwald.sca.org/recommend), add a space between the selected name and "(also known as..." fix_typo_1

olleolleolle commented 3 months ago

Why does this render wrong?

The markup here is in a flex container. Technical: Here is a nice primer on Flexbox and what all that means.

image

Effect: The rendered space is not shown as a space.

How may we solve it?

As a workaround, I attempted (on my computer at home) to add a style="margin-left: 1em" to the last span, the one with the parenthesis, and that moved it correctly.

JacquelynaDeBellmont commented 3 months ago

I am not seeing a difference on either (https://op.drachenwald.sca.org/recommend) or (https://opstaging.drachenwald.sca.org/recommend).

For info: I use Mozilla Firefox, Version 127.0.2 (64-bit), on Kubuntu 22.04

olleolleolle commented 3 months ago

@JacquelynaDeBellmont I have made no change, but I can make that change. I edited my comment to reflect that.