diginet-core-ui 1.4.50-beta.6 → 1.4.50-beta.7

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.
@@ -475,7 +475,7 @@ const PagingInfoCSS = (bgCl, typeShort, {
475
475
  .DGN-UI-Dropdown {
476
476
  margin-left: ${spacing([typeShort ? 0 : 2])};
477
477
  margin-bottom: 0px;
478
- ${parseMinWidth(52)};
478
+ ${parseMinWidth(60)};
479
479
  .DGN-UI-Dropdown-Form {
480
480
  ${parseMinHeight(24)};
481
481
  padding: ${spacing([0])};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "diginet-core-ui",
3
- "version": "1.4.50-beta.6",
3
+ "version": "1.4.50-beta.7",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "license": "UNLICENSED",