ref #5614
This commit is contained in:
Max Grossman
2018-12-18 12:02:26 -05:00
parent ae9d43b0ac
commit 1471b55122
+3 -3
View File
@@ -104,17 +104,17 @@ export function uiCommit(context) {
var headerTitle = header.enter()
.append('div')
.attr('class', 'header fillL header-container')
.attr('class', 'header fillL header-container');
headerTitle
.append('div')
.attr('class', 'header-block header-block-outer')
.attr('class', 'header-block header-block-outer');
headerTitle
.append('div')
.attr('class', 'header-block')
.append('h3')
.text(t('commit.title'))
.text(t('commit.title'));
headerTitle
.append('div')