We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd9faee commit fe06dd6Copy full SHA for fe06dd6
PBWebCommitController.m
@@ -278,7 +278,7 @@ - (NSString *)htmlForHeader:(NSArray *)header withRefs:(NSString *)badges
278
[all appendString:@"</div>"];
279
280
if (![subject isEqualToString:@""])
281
- [all appendString:[NSString stringWithFormat:@"<p>%@</p>",subject]];
+ [all appendString:[NSString stringWithFormat:@"<p class='subjectDetail'>%@</p>",subject]];
282
283
return all;
284
}
html/views/history/history.css
@@ -104,6 +104,10 @@ a.servicebutton {
104
float: none;
105
106
107
+p.subjectDetail {
108
+ padding: 5px;
109
+}
110
+
111
#files {
112
margin-top: 1em;
113
margin-left: 0.5em;
0 commit comments