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