From a01dd25ecb59d93d8dd326fdf07c6d6ecd780d84 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Tue, 24 Aug 2021 20:59:12 +0500 Subject: [PATCH] Updating cell alignment for table view (#1084) --- webapp/src/components/table/table.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webapp/src/components/table/table.scss b/webapp/src/components/table/table.scss index 0fa877098..88d7d8be1 100644 --- a/webapp/src/components/table/table.scss +++ b/webapp/src/components/table/table.scss @@ -89,6 +89,7 @@ font-size: 14px; position: relative; text-overflow: ellipsis; + align-items: center; &:hover { background-color: rgba(var(--center-channel-color-rgb), 0.05); @@ -103,6 +104,7 @@ .octo-icon { min-width: 20px; + margin-top: 3px; } .Editable {