Skip to content

Commit

Permalink
Don't shrink the HTTP method text if the text beside it is too big
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPowerGamerBR committed Jan 3, 2025
1 parent 0e9cf57 commit fb7e50d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,4 +182,5 @@
justify-content: end;
align-items: center;
gap: 0.25em;
flex-shrink: 0; // Don't shrink if the text is too big
}

0 comments on commit fb7e50d

Please sign in to comment.