Add flex-wrap for the content
parent
c313d39577
commit
7740e41d5b
|
@ -20,6 +20,7 @@ export default {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-toolbar-group-left,
|
.p-toolbar-group-left,
|
||||||
|
|
Loading…
Reference in New Issue