Fixed #400 - Alignment issue on left and right contents of Toolbar
parent
833742d305
commit
be9fb4dc67
|
@ -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>
|
Loading…
Reference in New Issue