Skip to content

Commit

Permalink
Fixed #14739 - Fieldset | When p-chart is put into a p-fieldset, the …
Browse files Browse the repository at this point in the history
…chart is not responsive anymore
  • Loading branch information
mehmetcetin01140 committed Feb 15, 2024
1 parent 4157578 commit dc736e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/components/fieldset/fieldset.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
@layer primeng {
.p-fieldset{
min-width: initial;
}
.p-fieldset-legend > a,
.p-fieldset-legend > span {
display: flex;
Expand Down

0 comments on commit dc736e5

Please sign in to comment.