Skip to content

Commit

Permalink
separator fix
Browse files Browse the repository at this point in the history
  • Loading branch information
krystxf authored and roboquat committed Dec 6, 2021
1 parent 5bd176b commit 8d8f5b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/dashboard/src/components/Separator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
*/

export default function Separator() {
return <div className="border-gray-200 dark:border-gray-800 border-b absolute left-0 w-screen"></div>;
return <div className="border-gray-200 dark:border-gray-800 border-b absolute left-0 w-full"></div>;
}

0 comments on commit 8d8f5b5

Please sign in to comment.