diff --git a/assets/stylesheets/reporting.css b/assets/stylesheets/reporting.css index 5a5d4cac8a..b8a2820af2 100644 --- a/assets/stylesheets/reporting.css +++ b/assets/stylesheets/reporting.css @@ -26,6 +26,11 @@ padding-right: 5px; } +.report tbody th, .report tbody td, .inner { + max-width: 300px; + white-space: normal !important; +} + .report td:hover { color: #000; outline: #ccc 1px solid; diff --git a/features/permissions.feature b/features/permissions.feature index 8e4468da11..539fa90bea 100644 --- a/features/permissions.feature +++ b/features/permissions.feature @@ -1,3 +1,6 @@ Feature: Permissions #XXX: Test permissions on table and simple table (currently testet in _cost_entry_table partial only) #XXX: Test access permissions for /cost_reports AND /project/../cost_reports - sometimes there is access denied where is should not and vice versa + + Scenario: Coming to the cost report for the first time, I should see my entries + Given there is a standard cost control project named "Standard Project" \ No newline at end of file