Kitware / minerva

Minerva: client/server/services for analysis and visualization
Apache License 2.0
36 stars 14 forks source link

Fixed #323 - CSV widget table header misalignment. #324

Closed ebradyjobory closed 8 years ago

ebradyjobory commented 8 years ago

This is a fix for issue #323. Make sure to update clients/web/static/built/plugin/minerva/datatables.min.css as some styles were changed.

screen shot 2016-02-26 at 2 43 48 pm

mgrauer commented 8 years ago

@essamjoubori

Why did you need to update datatables.min.css ?

mgrauer commented 8 years ago

Was it a new version or what exactly?

ebradyjobory commented 8 years ago

@mgrauer It's not a new version. I had to change one css style for the table tr element (tbody td{white-space:nowrap} ==> tbody td{white-space:pre-wrap}) I tried to accomplish that with jQuery but it didn't work.

mgrauer commented 8 years ago

@essamjoubori

Can you note that in the header of datatables.min.css? I.e., make a note in the header of that file saying what you changed compared to the downloaded version and why.