Skip to content

Commit

Permalink
Merge pull request #10 from AkostDev/fix_tabs
Browse files Browse the repository at this point in the history
fix: nowrap words for tabs
  • Loading branch information
dragomano authored Aug 29, 2024
2 parents c6b4da3 + 329c8cc commit 7ef28df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,8 @@
[x-sort] {
@apply cursor-pointer;
}

[class*="astro-"][role="tab"] {
@apply whitespace-nowrap;
}
}

0 comments on commit 7ef28df

Please sign in to comment.