summaryrefslogtreecommitdiff
path: root/source/features/align-issue-labels.css
blob: c5a9cb780826332ed86c9bf685c61d2a6bf161b2 (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
28
/* Move labels in the Issue/PR list below the title */
.js-issue-row .lh-condensed {
	display: flex;
	flex-wrap: wrap;
}

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

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

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

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

.js-issue-row .IssueLabel {
	padding: 2px 3px 3px !important;
	margin-top: 4px;
	font-size: 11px !important;
}