Notice: prevent whitespace wrap
This commit is contained in:
@@ -163,6 +163,7 @@
|
|||||||
min-height: 80vh;
|
min-height: 80vh;
|
||||||
max-width: 1120px;
|
max-width: 1120px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.empty-list p {
|
.empty-list p {
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ const IconGrid: React.FC<IconGridProps> = () => {
|
|||||||
if (!filteredQueryResults.length)
|
if (!filteredQueryResults.length)
|
||||||
return (
|
return (
|
||||||
<Notice>
|
<Notice>
|
||||||
Try searching a category or keyword:
|
<span>Try searching a category or keyword:</span>
|
||||||
<TagCloud name="empty-state" isDark={isDark} tags={defaultSearchTags} />
|
<TagCloud name="empty-state" isDark={isDark} tags={defaultSearchTags} />
|
||||||
</Notice>
|
</Notice>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user