Skip to content

Commit

Permalink
fix(ui): resize pod groups with large number of pods (argoproj#6382)
Browse files Browse the repository at this point in the history
* fix(ui): resize pod groups with large number of pods

Signed-off-by: Remington Breeze <[email protected]>

* Remove comments

Signed-off-by: Remington Breeze <[email protected]>
  • Loading branch information
rbreeze authored Jun 2, 2021
1 parent d6f579b commit e9ce61d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,7 @@ $num-stats: 2;
&__pods {
display: flex;
flex-wrap: wrap;
max-height: $pod-container-height;
width: 100%;
overflow: auto;
background-color: $argo-color-gray-3;
border-radius: 3px;
padding: $gutter * 2;
Expand Down

0 comments on commit e9ce61d

Please sign in to comment.