Updating cell alignment for table view (#1084)

This commit is contained in:
Asaad Mahmood 2021-08-24 20:59:12 +05:00 committed by GitHub
parent b098353898
commit a01dd25ecb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {