Skip to content

Commit

Permalink
fix: adjust the style to support the latest primevue version v3.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MCatherine1994 committed Oct 16, 2023
1 parent 9e55e3c commit 70364b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions style-sheets/primevue-components-overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ label {
.#{variables.$primevue-prefix}-inputtext {
width: 100%;
height: 100%;
padding-left: 2.5rem;
}

/* -------------------------------------- primevue dropdown ------------------------------------ */
Expand All @@ -223,6 +224,8 @@ label {
.#{variables.$primevue-prefix}-dropdown
.#{variables.$primevue-prefix}-dropdown-label {
@extend %body-compact-01;
border: 0 none;
background: transparent;
}

.#{variables.$primevue-prefix}-dropdown .#{variables.$primevue-prefix}-icon {
Expand Down Expand Up @@ -258,6 +261,7 @@ label {
.#{variables.$primevue-prefix}-dropdown-panel
.#{variables.$primevue-prefix}-dropdown-items {
padding: 0;
margin: 0;
}
.#{variables.$primevue-prefix}-dropdown-panel
.#{variables.$primevue-prefix}-dropdown-items
Expand Down

0 comments on commit 70364b8

Please sign in to comment.