Skip to content

Commit

Permalink
feat(FOROME-990): remove changes in drawer window
Browse files Browse the repository at this point in the history
  • Loading branch information
QSdmitrioul committed May 27, 2022
1 parent 5fd3a12 commit 4e73834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/variant/ui/drawer-window.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ export const DrawerWindow = observer(
className="cursor-grab"
>
<div
className={cn('py-3 pr-3 content-child')}
className={cn('py-3 pr-3 content-child')}
id={`drawer-${aspect.name}`}
style={{
height: get(layout, aspect.name, 0).h,
Expand Down

0 comments on commit 4e73834

Please sign in to comment.