Skip to content

Commit 21664de

Browse files
committed
fixed layout issue
1 parent d905768 commit 21664de

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/views/codeAnalytics/InsightListView/ItemRender/SpanItemRendering.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ export class SpanItemHtmlRendering{
8585
</span>
8686
</div>`);
8787
}
88+
else{
89+
percentileHtmls.push(/*html*/ `<span></span>`);
90+
91+
}
8892

8993

9094
// percentileHtmls.push(/*html*/ `<span class="change">

0 commit comments

Comments
 (0)