Skip to content

Commit

Permalink
Update CSS to use calc to make left margin clear.
Browse files Browse the repository at this point in the history
  • Loading branch information
benbowler committed Dec 9, 2024
1 parent a06a36d commit 8971a43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
color: $c-surfaces-on-surface-variant;
flex-basis: 100%;
font-size: $fs-label-sm;
margin: 6px 0 0 42px; // margin-left = 32px switch width + 10px margin-left of label.
margin: 6px 0 0 calc(32px + 10px);
}

.googlesitekit-analytics-enable-enhanced-measurement--loading {
Expand Down

0 comments on commit 8971a43

Please sign in to comment.