remove sidebar truncate
This commit is contained in:
parent
f5870de256
commit
62793681b2
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue