diff --git a/frontend/src/css/lib-content-view.css b/frontend/src/css/lib-content-view.css index 51fe5c3278..07a9692f7a 100644 --- a/frontend/src/css/lib-content-view.css +++ b/frontend/src/css/lib-content-view.css @@ -59,7 +59,7 @@ .tree-node-inner { position: relative; - height: 26px; + height: 24px; cursor: pointer; line-height: 1.625; } @@ -76,6 +76,9 @@ white-space: nowrap; overflow: hidden; text-overflow: ellipsis; + height: 24px; + display: flex; + align-items: center; } .tree-node-inner .left-icon { diff --git a/frontend/src/css/side-panel.css b/frontend/src/css/side-panel.css index 4363a4be4f..4f35a39127 100644 --- a/frontend/src/css/side-panel.css +++ b/frontend/src/css/side-panel.css @@ -98,7 +98,7 @@ .tree-node-inner { position: relative; - height: 26px; + height: 24px; cursor: pointer; line-height: 1.625; } @@ -115,6 +115,9 @@ white-space: nowrap; overflow: hidden; text-overflow: ellipsis; + height: 24px; + display: flex; + align-items: center; } .tree-node-inner .left-icon {