Skip to content

fix: allow content overflow in generic Button#3167

Merged
MartinCupela merged 1 commit intomasterfrom
fix/allow-button-overflow
May 6, 2026
Merged

fix: allow content overflow in generic Button#3167
MartinCupela merged 1 commit intomasterfrom
fix/allow-button-overflow

Conversation

@MartinCupela
Copy link
Copy Markdown
Contributor

🎯 Goal

Closes REACT-884

The overflow: hidden unnecessarily cuts of the content. The Button should not be taking care of handling overflow, it should be rather its children that will prevent overflow with ellipsis etc.

🎨 UI Changes

image

@codecov
Copy link
Copy Markdown

codecov Bot commented May 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.50%. Comparing base (88c0ccc) to head (00ba351).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3167      +/-   ##
==========================================
- Coverage   83.55%   83.50%   -0.05%     
==========================================
  Files         434      434              
  Lines       12949    12949              
  Branches     4170     4170              
==========================================
- Hits        10819    10813       -6     
- Misses       2130     2136       +6     

☔ 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.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 5, 2026

Size Change: -3 B (0%)

Total Size: 673 kB

📦 View Changed
Filename Size Change
dist/css/index.css 39.6 kB -3 B (-0.01%)
ℹ️ View Unchanged
Filename Size
dist/cjs/audioProcessing.js 1.32 kB
dist/cjs/emojis.js 3.01 kB
dist/cjs/index.js 267 kB
dist/cjs/mp3-encoder.js 1.27 kB
dist/cjs/useNotificationApi.js 45.4 kB
dist/css/emoji-picker.css 178 B
dist/css/emoji-replacement.css 456 B
dist/es/audioProcessing.mjs 1.31 kB
dist/es/emojis.mjs 2.52 kB
dist/es/index.mjs 265 kB
dist/es/mp3-encoder.mjs 756 B
dist/es/useNotificationApi.mjs 45.2 kB

compressed-size-action

@MartinCupela MartinCupela merged commit 6735fa1 into master May 6, 2026
9 checks passed
@MartinCupela MartinCupela deleted the fix/allow-button-overflow branch May 6, 2026 08:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants