summaryrefslogtreecommitdiff
path: root/source/features/align-issue-labels.css
blob: f0f3d52c66255cdbb72311b69256e58db6f5fb07 (plain) (blame)
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
/* Move labels in the Issue/PR list below the title */
.rgh-align-issue-labels .js-issue-row .min-width-0 {
	display: flex;
	flex-wrap: wrap;
}

.rgh-align-issue-labels .js-issue-row .labels {
	order: 1;
}

.rgh-align-issue-labels .js-issue-row .h4, /* Title */
.rgh-align-issue-labels .js-issue-row .d-inline-block.mr-1 { /* Build status */
	padding-right: 4px; /* Space before the build status */
}

.rgh-align-issue-labels .js-issue-row .mt-1.text-small.text-gray { /* Issue details line */
	flex-basis: 100%;
}

.rgh-align-issue-labels .js-issue-row .h4 { /* Title */
	max-width: 100%; /* #1518 */
}

.rgh-align-issue-labels .js-issue-row .IssueLabel {
	margin-top: 4px;
	font-size: 11px !important;
}