Calendar alignment

pull/310/head
cagataycivici 2020-04-29 23:10:34 +03:00
parent 5736a590e3
commit a3989e4278
1 changed files with 3 additions and 2 deletions

View File

@ -2255,9 +2255,10 @@ export default {
}
.p-timepicker button {
display: block;
display: flex;
align-content: center;
justify-content: center;
cursor: pointer;
line-height: 1;
}
.p-timepicker > div {