pull/411/head
cagataycivici 2020-07-20 13:51:48 +03:00
commit 6843ee31ec
2 changed files with 8 additions and 1 deletions

View File

@ -78,6 +78,7 @@ export default {
user-select: none;
overflow: hidden;
position: relative;
text-decoration: none;
}
.p-fieldset-legend-text {

View File

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