Updating cell alignment for table view (#1084)
This commit is contained in:
parent
b098353898
commit
a01dd25ecb
1 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue