@polygrid/core 1.0.544 → 1.0.545

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/polygrid.css CHANGED
@@ -1320,6 +1320,7 @@
1320
1320
  display: flex;
1321
1321
  align-items: center;
1322
1322
  justify-content: flex-start;
1323
+ width: 100%;
1323
1324
  }
1324
1325
 
1325
1326
  .pg-toolbar .container > * {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polygrid/core",
3
- "version": "1.0.544",
3
+ "version": "1.0.545",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",