From b22f73d54fca52de8fb39cb92cc191dcb71e9e70 Mon Sep 17 00:00:00 2001 From: Shuaib Hasan Akib Date: Thu, 2 Oct 2025 19:03:02 +0600 Subject: [PATCH] docs(docs-infra): update styles to align checkbox with label (#64202) Removed extra spacing and removed center alignment so that checkboxes and their labels are visually consistent. PR Close #64202 --- adev/src/app/features/update/update.component.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/adev/src/app/features/update/update.component.scss b/adev/src/app/features/update/update.component.scss index b532938957e..e76b1e55562 100644 --- a/adev/src/app/features/update/update.component.scss +++ b/adev/src/app/features/update/update.component.scss @@ -126,10 +126,9 @@ h4 { .adev-recommendation-item { display: flex; - align-items: center; - > div { - margin-inline-start: 2rem; + mat-checkbox { + margin-top: 0.5rem; } // Code blocks are generable from the markdown, we need to opt-out of the scoping