Skip to content

Commit

Permalink
avoid wrapping the text
Browse files Browse the repository at this point in the history
  • Loading branch information
Frost authored and Frost committed Sep 9, 2024
1 parent f7644fc commit b6c8bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/countryDetails.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function CountryDetails() {
</div>

<div className="flex flex-col gap-4 lg:flex-row lg:items-center mt-8">
<p className="font-extrabold text-base capitalize">
<p className="font-extrabold text-base capitalize text-nowrap">
border countries:
</p>
<div className="flex flex-wrap gap-x-2 gap-y-4">
Expand Down

0 comments on commit b6c8bc5

Please sign in to comment.