mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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
This commit is contained in:
parent
595c668142
commit
b22f73d54f
1 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue