Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[stable8] fix(NcAppSidebarTab): Reduce pill height#8553

Merged
susnux merged 1 commit into
stable8from
backport/8547/stable8
Jun 1, 2026
Merged

[stable8] fix(NcAppSidebarTab): Reduce pill height#8553
susnux merged 1 commit into
stable8from
backport/8547/stable8

Conversation

@kra-mo

@kra-mo kra-mo commented May 19, 2026

Copy link
Copy Markdown
Member

Backport of #8547

@kra-mo kra-mo requested review from ShGKme, nfebe and susnux May 19, 2026 08:03
@codecov

codecov Bot commented May 19, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 46.85%. Comparing base (268f0e0) to head (e8f3624).

Additional details and impacted files
@@           Coverage Diff            @@
##           stable8    #8553   +/-   ##
========================================
  Coverage    46.85%   46.85%           
========================================
  Files          195      195           
  Lines         4926     4926           
  Branches      1268     1205   -63     
========================================
  Hits          2308     2308           
- Misses        2529     2531    +2     
+ Partials        89       87    -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

left: 50%;
width: 0;
height: 6px;
height: 4px;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
height: 4px;
height: var(--default-grid-baseline);

?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No variable was used before, so I didn't. And I mean, you probably wouldn't want this scaling with that? It's closer to font weight, which is not derived from the baseline either.

@susnux susnux merged commit 8f9bd7c into stable8 Jun 1, 2026
19 checks passed
@susnux susnux deleted the backport/8547/stable8 branch June 1, 2026 13:26
@susnux susnux added the bug Something isn't working label Jun 1, 2026
@susnux susnux added this to the 8.39.1 milestone Jun 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants