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 {