remove sidebar truncate

This commit is contained in:
anovazzi1 2023-06-14 22:57:30 -03:00
commit 62793681b2

View file

@ -72,7 +72,7 @@ export default function ExtraSidebar() {
}
return (
<div className="flex flex-col overflow-hidden scrollbar-hide h-full border-r w-[200px]">
<div className="flex flex-col overflow-hidden scrollbar-hide h-full border-r">
<div className="mt-2 mb-2 w-full flex gap-2 justify-between px-2 items-center">
<ShadTooltip delayDuration={1000} content="Import" side="top">
<button
@ -124,7 +124,7 @@ export default function ExtraSidebar() {
</ShadTooltip>
</div>
<Separator />
<div className="relative mt-2 flex items-center mb-2 mx-auto">
<div className="relative mt-2 flex items-center mb-2 mx-3">
<input
type="text"
name="search"