We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e42317f commit fc685baCopy full SHA for fc685ba
src/components/IconGrid/IconGrid.css
@@ -163,7 +163,7 @@
163
}
164
165
.empty-list p {
166
- max-width: 720px;
+ max-width: 80%;
167
overflow: hidden;
168
text-overflow: ellipsis;
169
white-space: nowrap;
src/components/Warn/Warn.tsx
@@ -25,7 +25,7 @@ const Warn: React.FC<WarnProps> = ({ message }) => {
25
<SmileyXEyes size={128} color="#615C68" weight="duotone" />
26
{message ?? (
27
<p>
28
- No results for '<code>{query}</code>'
+ No results for "<code>{query}</code>"
29
</p>
30
)}
31
</motion.div>
0 commit comments