tnc-ba / strongTNC

BYOD TNC Database Management Tool
GNU Affero General Public License v3.0
0 stars 0 forks source link

Prevent dates and some titles from breaking/wrapping #270

Closed d22 closed 10 years ago

d22 commented 10 years ago

Pull request for: #254

d22 commented 10 years ago

Tried to set as little columns as possible to a fixed width. I added a new class .dateWidth which defines a minimal width for date columns. In most other columns I added non-breaking spaces ( ) to titles like Unique ID, which should not break between words. Also I made some tables wider. @cfaessler, please review and check. Tnx!

coveralls commented 10 years ago

Coverage Status

Coverage remained the same when pulling d98097a74d32ec8ba83363a9a573454e2d9b9bcf on issue254-fix-with-of-some-columns into c65f2a97a5bed282f0df60a3e4d903d75365149e on master.

dbrgn commented 10 years ago

Braking dates? :laughing:

bike brake

d22 commented 10 years ago

Changed   to class .noWrap

coveralls commented 10 years ago

Coverage Status

Coverage decreased (-0.04%) when pulling ccc6bb7891ae0b5f4f2d73f0c548ef79598608bc on issue254-fix-with-of-some-columns into c65f2a97a5bed282f0df60a3e4d903d75365149e on master.

cfaessler commented 10 years ago

Good to merge! :poultry_leg: