Add flex-wrap for the content

pull/411/head
cagataycivici 2020-07-25 13:01:09 +03:00
parent c313d39577
commit 7740e41d5b
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ export default {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}
.p-toolbar-group-left,