Skip to content

Commit

Permalink
elyra-ai#2304 Action Overflow Issue in Common Properties
Browse files Browse the repository at this point in the history
Signed-off-by: srikant <[email protected]>
  • Loading branch information
srikant-ch5 committed Jan 16, 2025
1 parent 84ce953 commit c5acfc7
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@
display: flex;
> div:first-child {
width: 100%;
overflow-x: auto;
min-width: 0; // Prevent overflow issues
flex: 1; // Allow the div to grow and shrink
}

}
}

0 comments on commit c5acfc7

Please sign in to comment.