Corrected CSS prop for alignment
parent
93cd865e56
commit
fbb9f93570
|
@ -2236,7 +2236,7 @@ export default {
|
||||||
.p-monthpicker-month {
|
.p-monthpicker-month {
|
||||||
width: 33.3%;
|
width: 33.3%;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-content: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
@ -2257,7 +2257,7 @@ export default {
|
||||||
|
|
||||||
.p-timepicker button {
|
.p-timepicker button {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-content: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
|
@ -491,7 +491,7 @@ export default {
|
||||||
|
|
||||||
.p-multiselect-close {
|
.p-multiselect-close {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-content: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
|
@ -164,7 +164,7 @@ export default {
|
||||||
.p-overlaypanel-close {
|
.p-overlaypanel-close {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-content: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Animation */
|
/* Animation */
|
||||||
|
|
Loading…
Reference in New Issue