GH-1090 - move center align to table-row-container (#1099)

* move center align to table-row-container

* fix lint
This commit is contained in:
Scott Bishel 2021-08-26 16:28:18 -06:00 committed by GitHub
parent e834c15ce7
commit 10275e0339
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -93,7 +93,6 @@
font-size: 14px;
position: relative;
text-overflow: ellipsis;
align-items: center;
&:hover {
background-color: rgba(var(--center-channel-color-rgb), 0.05);
@ -197,6 +196,10 @@
.table-row-container {
width: fit-content;
.octo-table-cell {
align-items: center;
}
}
.octo-table-footer {