mirror of
https://github.com/colanode/colanode.git
synced 2025-12-29 00:25:03 +01:00
Fix UI issue in emoji and icon picker
This commit is contained in:
@@ -15,7 +15,7 @@ export const EmojiPickerSearch = ({ query }: EmojiPickerSearchProps) => {
|
||||
}, [query]);
|
||||
|
||||
return (
|
||||
<div className="grid h-full min-h-full w-full min-w-full grid-cols-10 gap-1">
|
||||
<div className="grid w-full min-w-full grid-cols-10 gap-1">
|
||||
<div className="col-span-full flex items-center py-1 pl-1 text-sm text-muted-foreground">
|
||||
<p>Search results for "{query}"</p>
|
||||
</div>
|
||||
|
||||
@@ -15,7 +15,7 @@ export const IconPickerSearch = ({ query }: IconPickerSearchProps) => {
|
||||
}, [query]);
|
||||
|
||||
return (
|
||||
<div className="grid h-full min-h-full w-full min-w-full grid-cols-10 gap-1">
|
||||
<div className="grid w-full min-w-full grid-cols-10 gap-1">
|
||||
<div className="col-span-full flex items-center py-1 pl-1 text-sm text-muted-foreground">
|
||||
<p>Search results for "{query}"</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user