mockaton 12.2.0 → 12.2.1

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": "12.2.0",
5
+ "version": "12.2.1",
6
6
  "exports": {
7
7
  ".": {
8
8
  "import": "./index.js",
@@ -453,14 +453,14 @@ main {
453
453
  position: relative;
454
454
  left: -8px;
455
455
  display: inline-block;
456
- width: 100%;
456
+ width: auto;
457
457
  min-width: 140px;
458
+ flex-grow: 1;
458
459
  padding: 6px 8px;
459
460
  margin-left: 4px;
460
461
  border-radius: var(--radius);
461
462
  word-break: break-word;
462
463
 
463
-
464
464
  &:hover {
465
465
  background: var(--colorHover);
466
466
  }
@@ -476,11 +476,13 @@ main {
476
476
 
477
477
 
478
478
  .MockSelector {
479
+ min-width: 80px;
479
480
  height: 24px;
480
481
  padding-right: 20px;
481
482
  padding-left: 8px;
482
483
  text-overflow: ellipsis;
483
484
  font-size: 12px;
485
+ text-align: right;
484
486
 
485
487
  &.nonDefault {
486
488
  font-weight: bold;