Skip to content

Commit

Permalink
#26146 force width in inline input dropdown (#26429)
Browse files Browse the repository at this point in the history
* fix(add-to-bundle): force width in inline input dropdown

* fix(add-to-bundle): force width in inline input dropdown globally
  • Loading branch information
oidacra committed Oct 16, 2023
1 parent f96d43e commit 6462db0
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -15,6 +15,10 @@ p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
border-color: $color-alert-red;
}

.p-fluid .p-dropdown input.p-dropdown-label {
width: 100%;
}

.p-dropdown {
@extend #form-field-base;
padding-right: 0;
Expand Down

0 comments on commit 6462db0

Please sign in to comment.