style: update the width of history dropdown - #1077
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1077 +/- ##
=======================================
Coverage 90.57% 90.57%
=======================================
Files 217 217
Lines 20755 20755
Branches 1969 1969
=======================================
Hits 18799 18799
Misses 1949 1949
Partials 7 7 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
| File | Main | PR | Change |
|---|---|---|---|
orama-db.json |
9.22 MB | 9.22 MB | -1.19 KB (-0.0%) |
Performance estimate (single CI run)
- Generation time: 22.8% faster (8.81 s → 6.80 s)
- Peak memory: 1.7% higher (1.81 GB → 1.84 GB)
web Generator
Output size: 2 files changed · net +50.00 B
File size details
| File | Main | PR | Change |
|---|---|---|---|
assets/style-KlhfcWC6.css |
— | 137.01 KB | +137.01 KB |
assets/style-DSrWCPe1.css |
136.96 KB | — | -136.96 KB (-100.0%) |
Performance estimate (single CI run)
- Generation time: 1.7% faster (83.76 s → 82.32 s)
- Peak memory: 6.5% lower (5.76 GB → 5.39 GB)
| /* Shrink the dropdown to fit its content instead of the fixed | ||
| * width set by @node-core/ui-components (nodejs/doc-kit#1051) */ | ||
| width: fit-content; | ||
| min-width: 12rem; | ||
| max-width: 20rem; |
There was a problem hiding this comment.
Perhaps we update this in ui-components?
There was a problem hiding this comment.
I'm unsure whether to make uniform changes within the component or to implement targeted changes within projects that use the component.
There was a problem hiding this comment.
IMO should be on ui-components itself too!
Description
/
Validation
Related Issues
close #1051
Check List
node --run testand all tests passed.node --run format:check&node --run lint.