diff --git a/app/src/assets/scss/_function.scss b/app/src/assets/scss/_function.scss index 68debdb32..281a63f08 100644 --- a/app/src/assets/scss/_function.scss +++ b/app/src/assets/scss/_function.scss @@ -162,10 +162,11 @@ overflow: hidden; .b3-chip--secondary { - padding: 2px 8px; + padding: 0 8px; display: inline; margin-right: 8px; font-size: 12px; + line-height: 16px; } } diff --git a/app/src/util/history.ts b/app/src/util/history.ts index 1dbef852c..37137cbd5 100644 --- a/app/src/util/history.ts +++ b/app/src/util/history.ts @@ -123,7 +123,19 @@ const renderRepoItem = (response: IWebSocketData, element: Element, type: string } let repoHTML = ""; response.data.snapshots.forEach((item: { memo: string, id: string, hCreated: string, count: number, hSize: string, tag: string }) => { - repoHTML += `