Updating table row css (#1787) (#1793)

Co-authored-by: Asaad Mahmood <asaadmahmood@users.noreply.github.com>
This commit is contained in:
Scott Bishel 2021-11-10 07:34:21 -07:00 committed by GitHub
parent c13371c648
commit 1160477849
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -89,7 +89,7 @@
border-bottom: 1px solid transparent;
box-sizing: border-box;
padding: 8px;
min-height: 32px;
height: 44px;
font-size: 14px;
position: relative;
text-overflow: ellipsis;
@ -196,7 +196,7 @@
.table-row-container {
width: fit-content;
.octo-table-cell {
align-items: center;
}