From b31d89abe043a1289eb403e1e2fd4b4408a4f8c9 Mon Sep 17 00:00:00 2001 From: Arcadio Quintero Date: Tue, 11 Jun 2024 12:49:01 -0400 Subject: [PATCH] feat(edit-content) fix comments #28764 --- core-web/.husky/pre-commit | 6 +++--- .../dot-edit-content-category-field-sidebar.component.scss | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core-web/.husky/pre-commit b/core-web/.husky/pre-commit index b59bea585e3e..4a6fbda85c6c 100755 --- a/core-web/.husky/pre-commit +++ b/core-web/.husky/pre-commit @@ -12,9 +12,9 @@ perform_fixes() { local add_to_index=$2 # Should be 'true' or 'false' local file # Declare file variable for use in loop - if ! npx nx format:write; then - error_occurred=true - fi +# if ! npx nx format:write; then +# error_occurred=true +# fi if ! npx nx affected -t lint --exclude='tag:skip:lint' --fix=true; then error_occurred=true diff --git a/core-web/libs/edit-content/src/lib/fields/dot-edit-content-category-field/components/dot-edit-content-category-field-sidebar/dot-edit-content-category-field-sidebar.component.scss b/core-web/libs/edit-content/src/lib/fields/dot-edit-content-category-field/components/dot-edit-content-category-field-sidebar/dot-edit-content-category-field-sidebar.component.scss index 291026410f45..d11c4756ddc2 100644 --- a/core-web/libs/edit-content/src/lib/fields/dot-edit-content-category-field/components/dot-edit-content-category-field-sidebar/dot-edit-content-category-field-sidebar.component.scss +++ b/core-web/libs/edit-content/src/lib/fields/dot-edit-content-category-field/components/dot-edit-content-category-field-sidebar/dot-edit-content-category-field-sidebar.component.scss @@ -4,7 +4,7 @@ align-items: center; flex-wrap: wrap; gap: $spacing-0; - padding: 0 $spacing-4; + padding: $spacing-2 $spacing-4; } .category-field__header-title {