Skip to content

Commit

Permalink
Fix: Prevent line breaking in request card header (#2167)
Browse files Browse the repository at this point in the history
Added flex-wrap: wrap; to .request-card-header to ensure that the content wraps within the container, preventing line breaking
Reference: CV2-4050
  • Loading branch information
danielevalverde authored Oct 16, 2024
1 parent c01ad30 commit 5a0603e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
.request-card-header {
align-items: center;
display: flex;
flex-wrap: wrap;
gap: 8px;
justify-content: space-between;

Expand Down

0 comments on commit 5a0603e

Please sign in to comment.