Fixed #400 - Alignment issue on left and right contents of Toolbar

pull/411/head
mertsincan 2020-07-20 11:34:25 +03:00
parent 833742d305
commit be9fb4dc67
1 changed files with 7 additions and 1 deletions

View File

@ -21,4 +21,10 @@ export default {
align-items: center;
justify-content: space-between;
}
.p-toolbar-group-left,
.p-toolbar-group-right {
display: flex;
align-items: center;
}
</style>