Increase title width to avoid truncation (#4329)

This increases the width of the WP table title. Thus on small screens it is not too early truncated.
pull/4342/head
HDinger 9 years ago committed by Oliver Günther
parent 8fd75e0456
commit 7ac15c1b4f
  1. 2
      app/assets/stylesheets/layout/_work_package_mobile.sass

@ -174,7 +174,7 @@
padding: 0
.title-container
max-width: 40%
max-width: 90%
overflow: hidden
span

Loading…
Cancel
Save