Skip to content

Commit

Permalink
fix: remove flex prop, we should not assume we are a flex child
Browse files Browse the repository at this point in the history
  • Loading branch information
maxholman committed Dec 7, 2022
1 parent d8f4261 commit 039cdde
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/panel.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export const panelClass = style({
borderWidth: genericVars.border.weight.normal,
borderStyle: 'solid',
borderColor: 'transparent',
flex: 1,
});

const variants: Record<
Expand Down

0 comments on commit 039cdde

Please sign in to comment.