Skip to content
This repository was archived by the owner on Nov 1, 2024. It is now read-only.

Commit eb9d5d8

Browse files
committed
bugfix
1 parent 44746b0 commit eb9d5d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/productArea/sidebar.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const ProductAreaSidebar = ({
3737
<SidebarLeftIcon fontSize="1.5rem" title="Vis eller ikke vis sidemeny"></SidebarLeftIcon>
3838
</button>
3939
{collapsed ? null : (
40-
<div className="pr-[2rem] w-64 hidden md:block">
40+
<div className="hidden md:block">
4141
<Select
4242
className="w-full mb-[1rem]"
4343
label=""

0 commit comments

Comments
 (0)