aboutsummaryrefslogtreecommitdiff
path: root/assets/css/_feedback.less
blob: 6d9056a3924767fc317148ca4a6d878b2f9e35d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
body.feedback {
	.feedback-thankyou,
	.feedback-error {
		font-size: @jumbo-font-size;
		text-align: center;
		padding: 30px;

		display: none;

		.well();
	}
}

body.feedback-read {
	td {
		white-space: nowrap;
		&.issuetext {
			white-space: normal;
		}
	}
}