summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/detail_page.scss
blob: 1b389d83525da3cd5e2bfcad042bd1cda135218d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
.detail-page-header {
  padding: $gl-padding-top 0;
  border-bottom: 1px solid $border-color;
  color: #5c5d5e;
  font-size: 16px;
  line-height: 34px;

  .author {
    color: #5c5d5e;
  }

  .identifier {
    color: #5c5d5e;
  }

  .issue_created_ago, .author_link {
    white-space: nowrap;
  }
}

.detail-page-description {
  .title {
    margin: 0;
    font-size: 23px;
    color: $gl-gray-dark;
  }

  .description {
    margin-top: 6px;

    p {
      &:last-child {
        margin-bottom: 0;
      }
    }
  }

  .wiki {
    code {
      white-space: pre-wrap;
      word-break: keep-all;
    }
  }
}