Fix table layout for minimum details width

pull/1631/head
Hagen Schink 10 years ago
parent 174637311d
commit cd109c0650
  1. 10
      app/assets/stylesheets/content/_work_packages_relations.sass

@ -36,15 +36,17 @@
.workpackages
table
width: 100%
table-layout: fixed
thead
font-weight: bold
text-transform: uppercase
line-height: 32px
tbody
tr
td:first-of-type
td
text-overflow: ellipsis
white-space: nowrap
overflow: hidden
width: 350px
display: block
&:first-of-type
width: 55%
&:last-of-type
width: 30%

Loading…
Cancel
Save