Remove hardcoded width from Breadcrumbs#244
Remove hardcoded width from Breadcrumbs#244yelyzavetakhokhlova wants to merge 1 commit intodevelopfrom
Breadcrumbs#244Conversation
WalkthroughThis PR updates Storybook preview styling, refactors the Breadcrumbs component to use fluid width instead of fixed width constraints, and adds an optional className prop for customizable styling. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@src/components/breadcrumbs/breadcrumbs.module.scss`:
- Line 22: The Stylelint rule flags the argumentless mixin call `@include`
font-scale() — remove the empty parentheses so the mixin call is argumentless
(replace occurrences of `@include` font-scale() with `@include` font-scale) in the
breadcrumbs.module.scss where the mixin is used to satisfy
scss/at-mixin-argumentless-call-parentheses.
ℹ️ Review info
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (5)
.storybook/preview.css.storybook/preview.tsxsrc/components/breadcrumbs/breadcrumbs.module.scsssrc/components/breadcrumbs/breadcrumbs.tsxsrc/components/breadcrumbs/types.ts
Screen.Recording.2026-02-24.at.18.13.56.mov
Summary by CodeRabbit
New Features
Improvements