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