Skip to content

Commit

Permalink
Merge pull request #81 from gcko/patch-1
Browse files Browse the repository at this point in the history
Fix panel content and footer style inconsistency
  • Loading branch information
mertsincan authored Oct 9, 2024
2 parents 05ff71d + a624918 commit 952209e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions theme-base/components/panel/_panel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
}
}

&:has(> .p-panel-footer) .p-panel-content {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}

.p-panel-content {
padding: $panelContentPadding;
border: $panelContentBorder;
Expand Down

0 comments on commit 952209e

Please sign in to comment.