Skip to content

Improve the formatting for the user page bio

Connor Shea requested to merge (removed):user-bio-improve into master

Resolves #13406 (closed).

Problems, per the Issue above:

  • The bio has an extra period appended by the HAML view.
  • The bio isn't given its own line, not differentiated from username and account creation date.
  • The bio is allowed to span almost the full width of the container, would probably look better if it were only allowed a max width of something like 750px.

This commit:

  • Separates the User page bio from the username and account creation date.
  • Separates the pseudo-selector adding a Middle Dot out from the profile-link-holder class and into a middle-dot-divider class.

Before: Screen_Shot_2016-02-15_at_3.55.28_PM

With this Merge Request: Screen_Shot_2016-02-15_at_3.55.25_PM

Merge request reports