Co-authored-by: Asaad Mahmood <asaadmahmood@users.noreply.github.com>
This commit is contained in:
parent
c13371c648
commit
1160477849
1 changed files with 2 additions and 2 deletions
|
@ -89,7 +89,7 @@
|
||||||
border-bottom: 1px solid transparent;
|
border-bottom: 1px solid transparent;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
min-height: 32px;
|
height: 44px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
position: relative;
|
position: relative;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
@ -196,7 +196,7 @@
|
||||||
|
|
||||||
.table-row-container {
|
.table-row-container {
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
|
|
||||||
.octo-table-cell {
|
.octo-table-cell {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue