Alignment for close

pull/310/head
cagataycivici 2020-05-02 17:47:27 +03:00
parent ac495ff32c
commit fe1b7511d8
1 changed files with 7 additions and 0 deletions

View File

@ -488,6 +488,13 @@ export default {
width: 100%;
}
.p-multiselect-close {
display: flex;
align-content: center;
justify-content: center;
flex-shrink: 0;
}
.p-fluid .p-multiselect {
display: flex;
}