aligned the columns by setting a different column-width

pull/6827/head
Henriette Dinger 9 years ago
parent 1f112b79bc
commit 1a1ceec040
  1. 6
      app/assets/stylesheets/backlogs/taskboard.css.sass

@ -88,8 +88,10 @@
padding-bottom: 0
line-height: 30px
&:first-child
min-width: 241px
width: 241px
/* Hack: The pixel values were rounded and the lines are not in every zoom correctly aligned. */
/* This values are getting at the moment the best result possible. */
min-width: 15.04rem
width: 15.07rem
&:last-child
border-right: none
.board

Loading…
Cancel
Save