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

attributes_table cells overflow if too long and unbroken #24

Closed
bricestacey opened this issue May 13, 2011 · 1 comment
Closed

attributes_table cells overflow if too long and unbroken #24

bricestacey opened this issue May 13, 2011 · 1 comment
Assignees
Milestone

Comments

@bricestacey
Copy link

The css for attributes_table allows for text to overflow. For example, in the demo, when you show a customer, the customer details if long enough and do not break (e.g. an email address) will overflow outside the sidebar.

Image: http://i.imgur.com/wzHEr.png
Link: http://demo.activeadmin.info/admin/customers/617

Can fix with something like:

.sidebar_section .attributes_table {
  width: 240px;
  overflow: hidden;
}

I can submit a patch later if that's desired, but I'm not very familiar with SASS.

@gregbell
Copy link
Contributor

Good catch. Thanks. No worries about the patch I'll get this merged in.

@ghost ghost assigned gregbell May 13, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants