We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d5e0d3 + bc041eb commit dd49428Copy full SHA for dd49428
1 file changed
src/components/Searchbar/searchbar-child.tsx
@@ -171,14 +171,14 @@ function SearchBarChild({
171
>
172
<div
173
id="paper_count"
174
- className="mr-4 flex h-8 w-8 items-center justify-center rounded-md bg-[#171720] text-xs font-semibold text-white"
+ className="mr-4 flex h-8 w-8 shrink-0 items-center justify-center rounded-md bg-[#171720] text-xs font-semibold text-white"
175
176
{suggestion.count}
177
</div>
178
179
<span
180
id="subject"
181
- className="items-center text-sm tracking-wide text-black dark:text-white sm:text-base"
+ className="flex-1 min-w-0 flex items-center text-sm tracking-wide text-black dark:text-white sm:text-base"
182
183
{(() => {
184
const codeMatch = /\[[^\]]+\]$/.exec(suggestion.name);
0 commit comments