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

td content word-break #59

Open
wildantea opened this issue Jan 20, 2015 · 4 comments
Open

td content word-break #59

wildantea opened this issue Jan 20, 2015 · 4 comments

Comments

@wildantea
Copy link

when i have long text on table td, it breaks to the right, how to make it auto break when text reach the max width td. here's the screenshot
screenshot from 2015-01-20 08 37 15

@onokumus
Copy link
Collaborator

@wildantea
Copy link
Author

i tried it but not work, i really can't figure out how to implement it to this theme. what i want to achieve is like this
screenshot from 2015-01-22 15 36 58
i tried this on adminlte template, it has auto break when the content inside td is long enough.

@onokumus
Copy link
Collaborator

@wildantea
Please try this CSS code

#content {
  white-space: normal;
}

@AEK-BKF
Copy link

AEK-BKF commented Jan 5, 2016

@onokumus I have the same issue and I tried your code but it's still not working :/

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

3 participants