mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 09:52:35 +00:00
em to rem conversion
This commit is contained in:
parent
417516b084
commit
4e6080d505
90 changed files with 294 additions and 294 deletions
|
@ -466,7 +466,7 @@ export default {
|
|||
.p-dropdown-clear-icon {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
margin-top: -.5em;
|
||||
margin-top: -.5rem;
|
||||
}
|
||||
|
||||
.p-dropdown-trigger {
|
||||
|
@ -529,7 +529,7 @@ input.p-dropdown-label {
|
|||
.p-dropdown-filter-icon {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
margin-top: -.5em;
|
||||
margin-top: -.5rem;
|
||||
}
|
||||
|
||||
.p-fluid .p-dropdown {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue