mockaton 9.4.1 → 9.4.2

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/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "mockaton",
3
3
  "description": "HTTP Mock Server",
4
4
  "type": "module",
5
- "version": "9.4.1",
5
+ "version": "9.4.2",
6
6
  "main": "index.js",
7
7
  "types": "index.d.ts",
8
8
  "license": "MIT",
package/src/Dashboard.css CHANGED
@@ -330,7 +330,7 @@ main {
330
330
  }
331
331
 
332
332
  .leftSide {
333
- width: max-content;
333
+ width: 50%;
334
334
  padding: 16px;
335
335
  padding-bottom: 0;
336
336
  border-right: 1px solid var(--colorSecondaryActionBorder);