Skip to content
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 tabs on the product page when in Polish #15712

Merged
merged 2 commits into from Sep 27, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -41,10 +41,10 @@ export default function() {
$navWidth += $(item).width();
});

$navTabs.width($navWidth);

$widthWithTabs = $navWidth + ($defaultArrowWidth * 2);

$navTabs.width($widthWithTabs);

$navTabs.find('[data-toggle="tab"]').on('click', (e) => {
if (!$(e.target).hasClass('active')) {
$('#form_content > .form-contenttab').removeClass('active');
Expand Down
18 changes: 9 additions & 9 deletions admin-dev/themes/new-theme/public/category.bundle.js

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions admin-dev/themes/new-theme/public/cms_page_form.bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion admin-dev/themes/new-theme/public/invoices.bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion admin-dev/themes/new-theme/public/main.bundle.js

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions admin-dev/themes/new-theme/public/product_page.bundle.js

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions admin-dev/themes/new-theme/public/stock.bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion admin-dev/themes/new-theme/public/theme.css

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions admin-dev/themes/new-theme/public/translations.bundle.js

Large diffs are not rendered by default.