Skip to content

Commit

Permalink
fix: remove primevue input dropdown default height for now, adjust ta…
Browse files Browse the repository at this point in the history
…ble pagnitor padding
  • Loading branch information
MCatherine1994 committed Sep 27, 2023
1 parent 0a09110 commit 2b75825
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions style-sheets/primevue-components-overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ label {
map.get(lightTheme.$light-theme, 'border-strong-01');
border-radius: 0.25rem 0.25rem 0 0;
background: map.get(lightTheme.$light-theme, 'field-01');
height: 2.5rem;
// height: 2.5rem;
}

.#{variables.$primevue-prefix}-inputtext:enabled:hover {
Expand Down Expand Up @@ -219,7 +219,7 @@ label {
border-radius: 0.25rem 0.25rem 0 0;
background: map.get(lightTheme.$light-theme, 'field-01');
width: 38rem !important;
height: 2.5rem !important;
// height: 2.5rem !important;
}
.#{variables.$primevue-prefix}-dropdown
.#{variables.$primevue-prefix}-dropdown-label {
Expand Down Expand Up @@ -519,7 +519,7 @@ label {
.#{variables.$primevue-prefix}-paginator-bottom
.#{variables.$primevue-prefix}-dropdown
.#{variables.$primevue-prefix}-dropdown-label.#{variables.$primevue-prefix}-inputtext {
padding: 0.5rem 0.2rem 0 1.4rem;
padding: 0 0.2rem 0.125rem 1.4rem;
align-self: center;
}

Expand Down

0 comments on commit 2b75825

Please sign in to comment.