-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Fix styling issue for order items table #19299
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
Fix styling issue for order items table #19299
Conversation
|
Hi @dmytro-ch. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
|
@magento-engcom-team give me 2.3-develop instance |
|
Hi @rogyar. Thank you for your request. I'm working on Magento 2.3-develop instance for you |
|
Hi @rogyar, here is your Magento instance. |
|
@magento-engcom-team give me test instance |
|
Hi @rogyar. Thank you for your request. I'm working on Magento instance for you |
|
Hi @rogyar, here is your new Magento instance. |
|
Hi @dmytro-ch. Thank you for your contribution. |
Fix the issue with repetitive "tbody" tag for order items table.
Description (*)
There is an issue with repetitive "tbody" tag for order items table. As result, the incorrect styles are applied for the table.
The "striped table" styles, defined in
app/design/frontend/Magento/luma/Magento_Customer/web/css/source/_module.less:179, expected to be used for Luma theme.Fixed Issues (if relevant)
N/A
Manual testing scenarios (*)
Expected result
This is the expected view of the table, defined in
app/design/frontend/Magento/luma/Magento_Customer/web/css/source/_module.less:179.Contribution checklist (*)