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