Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Center text below the icon correctly. #100

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/contents-search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export function SearchResults() {
}}>
<Icon className="h-32 w-32 [color]-$fill-color" style={iconStyles} name={name} />
</button>
<div className="flex justify-center align-center h-24">
<div className="flex justify-center align-center w-$grid-item-size h-24">
<styled.TypographySearchResult className="[color]-$soft-fill-color ellipsis [-webkit-user-select]-all [user-select]-all">
<Highlight indexes={indexes}>
{name}
Expand Down