Skip to content

Commit

Permalink
Merge pull request #27 from fold-dev/revert-line-height
Browse files Browse the repository at this point in the history
refactor: revert line height to normal
  • Loading branch information
joduplessis authored Mar 11, 2024
2 parents fbac6f7 + 3c11d54 commit e8c2202
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fold-dev/docs",
"version": "24.3.10.0",
"version": "24.3.11.0",
"description": "UI components for product teams.",
"scripts": {
"prepare": "husky install",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/docs/introduction.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default function Introduction(props) {
. Below are some links to get you started.
</Text>
<Grid
m="0 0 1rem 0"
m="2.5rem 0 0rem 0"
gap="1rem"
columns={4}
minChildWidth={150}>
Expand Down
9 changes: 6 additions & 3 deletions src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,10 @@ body {
border-radius: var(--f-button-border-radius);
}

.f-menu-item__label,
.f-navigation-item__label {
overflow: visible;
.f-text.xs,
.f-text.sm,
.f-text.md,
.f-text.lg,
.f-text.xl {
line-height: normal;
}

0 comments on commit e8c2202

Please sign in to comment.