Skip to content

Commit b22f73d

Browse files
MeAkibmmalerba
authored andcommitted
docs(docs-infra): update styles to align checkbox with label (angular#64202)
Removed extra spacing and removed center alignment so that checkboxes and their labels are visually consistent. PR Close angular#64202
1 parent 595c668 commit b22f73d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

adev/src/app/features/update/update.component.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,9 @@ h4 {
126126

127127
.adev-recommendation-item {
128128
display: flex;
129-
align-items: center;
130129

131-
> div {
132-
margin-inline-start: 2rem;
130+
mat-checkbox {
131+
margin-top: 0.5rem;
133132
}
134133

135134
// Code blocks are generable from the markdown, we need to opt-out of the scoping

0 commit comments

Comments
 (0)