Welcome to mirror list, hosted at ThFree Co, Russian Federation.

milestone.scss « pages « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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;
  }
}