Skip to content

Commit

Permalink
chore: fix issues in pods
Browse files Browse the repository at this point in the history
  • Loading branch information
amlannandy committed Dec 27, 2024
1 parent a371241 commit 4526f7c
Show file tree
Hide file tree
Showing 10 changed files with 330 additions and 313 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@
.expanded-table-container {
border: 1px solid var(--bg-ink-400);
overflow-x: auto;
padding: 8px;
padding-left: 16px;

&::-webkit-scrollbar {
width: 0.1rem;
Expand Down Expand Up @@ -671,3 +671,13 @@
}
}
}

.ant-table-cell {
min-width: 202px !important;
max-width: 202px !important;
}

.ant-table-row-expand-icon-cell {
min-width: 30px !important;
max-width: 30px !important;
}
Loading

0 comments on commit 4526f7c

Please sign in to comment.