Merge pull request #5391 from opf/fix/limit_column_management_column_width

set explicit width for column management column
pull/5393/head
Oliver Günther 8 years ago committed by GitHub
commit a3d85d583b
  1. 2
      app/assets/stylesheets/layout/_work_package.sass

@ -109,6 +109,8 @@
height: calc(100% - 55px)
table
col:last-of-type
width: 40px
tr
&.work-package
white-space: nowrap

Loading…
Cancel
Save