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 +1 -1
- package/src/client/styles.css +4 -2
package/package.json
CHANGED
package/src/client/styles.css
CHANGED
|
@@ -453,14 +453,14 @@ main {
|
|
|
453
453
|
position: relative;
|
|
454
454
|
left: -8px;
|
|
455
455
|
display: inline-block;
|
|
456
|
-
width:
|
|
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;
|