Skip to content

Commit

Permalink
Fix: Adjust Anonymous block styles for WP <= 6.6 (#7529)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaHungDinh authored Sep 24, 2024
1 parent 5ba75c0 commit e409b78
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@
}

.components-base-control__help {
margin-left: 2rem;
font-size: 0.875rem;
line-height: 1rem;
margin: 0.25rem 0 0 calc(var(--checkbox-input-size, 20px) + 12px);;
color: var(--givewp-grey-700);

.components-checkbox-control__help {
margin-inline-start: 0;
}
}
}

0 comments on commit e409b78

Please sign in to comment.