summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/milestone.scss
blob: e80dc9e84a1f73d08a8b3afa8c765b5502a71585 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.issues-sortable-list .str-truncated {
  max-width: 90%;
}

li.milestone {
  h4 {
    font-weight: bold;
  }

  .progress {
    height: 6px;
  }
}