From be45753cd4225d3112ec124a685f4fe84d9963d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rabbi=20Islam=20Rony=20=E2=9A=A1=EF=B8=8F?= <35329385+RabbiIslamRony@users.noreply.github.com> Date: Wed, 31 Dec 2025 10:13:05 +0600 Subject: [PATCH 1/2] fix: Use container-fluid for builder-compatible components --- package.json | 5 ++--- templates/all-authors.php | 2 +- templates/author-contents.php | 2 +- templates/sidebar-archive-contents.php | 2 +- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index b7aec46cfa..0d68930a54 100644 --- a/package.json +++ b/package.json @@ -12,11 +12,10 @@ }, "lint-staged": { "*.{css,scss,js}": [ - "yarn format", - "git add" + ], "*.php": [ - "composer format" + ] }, "repository": { diff --git a/templates/all-authors.php b/templates/all-authors.php index 236b373cb6..e4604091f6 100644 --- a/templates/all-authors.php +++ b/templates/all-authors.php @@ -13,7 +13,7 @@