fix(agenda): strikethrough cancelled and rescheduled events#8694
fix(agenda): strikethrough cancelled and rescheduled events#8694rjsparks merged 4 commits intoietf-tools:mainfrom
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.