Skip to content

Commit

Permalink
#2304 Action Overflow Issue in Common Properties (#2305)
Browse files Browse the repository at this point in the history
  • Loading branch information
srikant-ch5 authored Jan 17, 2025
1 parent 86eca20 commit c0dfa10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
display: flex;
> div:first-child {
width: 100%;
overflow-x: auto;
min-width: 0; // Prevent overflow issues
}
}
}

0 comments on commit c0dfa10

Please sign in to comment.