-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
[Admin] Product Channel Pricings flex display and margin on the last element #18152
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
[Admin] Product Channel Pricings flex display and margin on the last element #18152
Conversation
WalkthroughCSS utility classes were added and modified in two Twig template files to adjust the layout and spacing of UI elements within the product channel pricing section. No changes were made to the template logic, structure, or exported entities. Changes
Poem
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
src/Sylius/Bundle/AdminBundle/templates/product/form/sections/channel_pricing/info.html.twig (1)
2-2
: Verify flex utility classesConfirm that your CSS framework supports
flex-column
andgap-0
without an explicitd-flex
(e.g., in Bootstrap you’d needd-flex flex-column gap-0
to enable flex layout).Proposed diff:
- <div class="alert alert-info flex-column gap-0"> + <div class="alert alert-info d-flex flex-column gap-0">
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (2)
src/Sylius/Bundle/AdminBundle/templates/product/form/sections/channel_pricing/info.html.twig
(1 hunks)src/Sylius/Bundle/AdminBundle/templates/product/form/sections/channel_pricing/info/minimum_price_details.html.twig
(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (3)
- GitHub Check: Static checks / PHP 8.4, Symfony ^7.2
- GitHub Check: Static checks / PHP 8.3, Symfony ^7.2
- GitHub Check: Static checks / PHP 8.2, Symfony ^6.4
🔇 Additional comments (1)
src/Sylius/Bundle/AdminBundle/templates/product/form/sections/channel_pricing/info/minimum_price_details.html.twig (1)
1-1
: Approve CSS margin adjustmentThe
mb-0
utility correctly strips the bottom margin on the paragraph to match the surrounding layout.
❗ Preview Environment delete from Bunnyshell failedThe Environment cannot be deleted right now. The current operation status is 'starting'. Check https://github.com/Sylius/Sylius/actions/runs/15701866572 for details. See: Environment Details Available commands:
|
Uh oh!
There was an error while loading. Please reload this page.