Orbiit / elimination

Aka assassination
https://orbiit.github.io/elimination/
MIT License
2 stars 0 forks source link

Use white-space: normal for names #40

Closed SheepTester closed 4 years ago

SheepTester commented 4 years ago

Apparently white-space: pre-wrap; makes spaces offset text-align: center;, so we get this obscenity:

Notice how the left side has more overlap than the right side. That's because the space is being considered as part of the first line in terms of width. white-space: normal;'d fix this.

Also to prevent excessive whitespace spam in names, I think we should use white-space: normal; (or white-space: nowrap;) consistently for wherever names appear. pre-wrap should be used for descriptions and bios though.

SheepTester commented 4 years ago

7849315c83557f1e3b263fb812ee5f4e514ca617