@polygrid/core 1.0.543 → 1.0.544

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.
Files changed (2) hide show
  1. package/dist/polygrid.css +23 -2
  2. package/package.json +1 -1
package/dist/polygrid.css CHANGED
@@ -1307,11 +1307,32 @@
1307
1307
  }
1308
1308
 
1309
1309
  .pg-toolbar {
1310
- display: flex !important;
1310
+ display: flex;
1311
1311
  height: 40px;
1312
1312
  background-color: #f0f0f0;
1313
1313
  cursor: default !important;
1314
1314
  font-size: 12px;
1315
- padding: 10px;
1315
+ padding: 5px 10px 5px 10px;
1316
1316
  border-bottom: 1px solid #d0d0d0;
1317
1317
  }
1318
+
1319
+ .pg-toolbar .container {
1320
+ display: flex;
1321
+ align-items: center;
1322
+ justify-content: flex-start;
1323
+ }
1324
+
1325
+ .pg-toolbar .container > * {
1326
+ flex-shrink: 0;
1327
+ display: inline-flex;
1328
+ align-items: center;
1329
+ vertical-align: middle;
1330
+ }
1331
+
1332
+ .pg-spacer {
1333
+ flex: 1 1 auto;
1334
+ }
1335
+
1336
+ .pg-spacer-sized {
1337
+ flex: none;
1338
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polygrid/core",
3
- "version": "1.0.543",
3
+ "version": "1.0.544",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",