GH-1090 - move center align to table-row-container (#1099)
* move center align to table-row-container * fix lint
This commit is contained in:
parent
e834c15ce7
commit
10275e0339
1 changed files with 4 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue