Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Items with long URLs make the item view ugly when they wrap #172

Closed
alanorth opened this issue Jan 21, 2016 · 0 comments
Closed

Items with long URLs make the item view ugly when they wrap #172

alanorth opened this issue Jan 21, 2016 · 0 comments
Labels
Milestone

Comments

@alanorth
Copy link
Member

The div showing item links is set to text-align: justify and looks ugly when links are long and wrap. For example, this CIAT item:

screen shot 2016-01-21 at 16 41 31

At first glance, it appears a simple text-align: left on the parent div would fix it:

// fix for long URLs in item view
.simple-item-view-description .marginleft {
  text-align: left;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant