-
Notifications
You must be signed in to change notification settings - Fork 532
fix(agenda): strikethrough cancelled and rescheduled events #8694
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8694 +/- ##
==========================================
- Coverage 88.88% 88.81% -0.07%
==========================================
Files 312 314 +2
Lines 40891 41245 +354
==========================================
+ Hits 36345 36631 +286
- Misses 4546 4614 +68 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
I've had a proper look at this branch (rather than just commenting from the sidelines!) and it seems the underlying issue is still present in other badges like 'Proposed'... What we're seeing in that screenshot is the text overflowing the container (the grey background colour indicates the approx width of the container) and because it's a single word the browser's default behaviour is to let the text overflow. It looks like If we remove the Note that without hardcoded widths the browser can fit the container to the text size automatically. |
No description provided.