You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary
First and second elements with class .responsive-cell are targeted with selector, giving both of them padding, instead of just one. There is also padding when there is only one element, when there should be none.
Steps to reproduce
Add a widget to a view page.
Actual Result
First and second element have padding-top, or when there is one element, it has padding-top.
Expected Result
When there is a single element, no padding-top should be present on .responsive-cell.
Details about your environment
OroPlatform version: 5.1
PHP version: 8.2
Database (MySQL, PostgreSQL) version: 14.2
Code in question vendor/oro/platform/src/Oro/Bundle/UIBundle/Resources/public/css/scss/layout.scss:131
The text was updated successfully, but these errors were encountered:
Summary
First and second elements with class .responsive-cell are targeted with selector, giving both of them padding, instead of just one. There is also padding when there is only one element, when there should be none.
Steps to reproduce
Add a widget to a view page.
Actual Result
First and second element have padding-top, or when there is one element, it has padding-top.
Expected Result
When there is a single element, no padding-top should be present on .responsive-cell.
Details about your environment
Code in question
vendor/oro/platform/src/Oro/Bundle/UIBundle/Resources/public/css/scss/layout.scss:131
The text was updated successfully, but these errors were encountered: