Large gap between name and text on profile page #1480
Labels
area: frontend
Changes to front-end code
complexity: easy
Issues that should take limited effort to resolve/fix/build.
meta: good first issue
Good for newcomers
priority: low
type: bug
Something isn't working
After we fixed #1440, I started noticing that the gap on the profile page between the user name and text that follows is larger than I expected:
I thought this might be a simple matter of tweaking
app/views/users/show.html.erb
, but the existing divs and classes are throwing me. I suspect the problem is somewhere in this block:The first grid, I think, is setting up the two columns and probably not part of the problem here [1]. I'm not sure whether I should be trying to change the second grid, the divs, the CSS behind one of the six classes involved, or something else.
[1] The profile picture, the top of the right column, is a little higher than the first text below the name in the main part of the page. This makes me think the problem is in or below the second grid.
The text was updated successfully, but these errors were encountered: