Skip to content

Commit

Permalink
feat: handle only one expanded row at a time
Browse files Browse the repository at this point in the history
  • Loading branch information
YounixM committed Dec 19, 2024
1 parent 939103b commit c19ca09
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@
gap: 4px;
flex-wrap: wrap;

min-width: 180px;
max-width: 180px;
min-width: 120px;
max-width: 120px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
Expand All @@ -174,8 +174,8 @@
gap: 4px;
flex-wrap: wrap;

min-width: 180px;
max-width: 180px;
min-width: 120px;
max-width: 120px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
Expand Down
12 changes: 12 additions & 0 deletions frontend/src/container/InfraMonitoringK8s/Pods/K8sPodLists.tsx

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c19ca09

Please sign in to comment.