Skip to content

Commit

Permalink
fix(Card): remove display flex and position relative from the wrapper (
Browse files Browse the repository at this point in the history
  • Loading branch information
Cata1989 authored Feb 22, 2024
1 parent 8256de3 commit 86194d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/beeq/src/components/card/bq-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export class BqCard {
<Host style={style}>
<div
class={{
'bq-card relative flex rounded-[--bq-card--borderRadius] border-[length:--bq-card--borderWidth] border-[color:--bq-card--borderColor] bg-[--bq-card--background]':
'bq-card rounded-[--bq-card--borderRadius] border-[length:--bq-card--borderWidth] border-[color:--bq-card--borderColor] bg-[--bq-card--background]':
true,
'p-[--bq-card--padding]': this.type === 'default',
// Remove padding for minimal card type
Expand Down

0 comments on commit 86194d3

Please sign in to comment.