Fix total-stats alignment
Total stats is missaligned due to missed div in template. Change-Id: Ica106ddf744cc0e3124550475a6e910b45c12aa3
This commit is contained in:
@@ -670,6 +670,7 @@ export const htmlTemplate = html`
|
||||
</div>
|
||||
<div class="row totalChanges" hidden$="[[_hideChangeTotals]]">
|
||||
<div class="total-stats">
|
||||
<div>
|
||||
<span
|
||||
class="added"
|
||||
tabindex="0"
|
||||
@@ -685,6 +686,7 @@ export const htmlTemplate = html`
|
||||
-[[_patchChange.deleted]]
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<!-- endpoint: change-view-file-list-summary -->
|
||||
<template is="dom-if" if="[[_showDynamicColumns]]">
|
||||
<template
|
||||
|
||||
Reference in New Issue
Block a user