Skip to content

Commit

Permalink
Merge pull request #5595 from google/enhancement/#5489-sharing-notice…
Browse files Browse the repository at this point in the history
…-css

Remove max-width in footer notice to minimise shifting.
  • Loading branch information
tofumatt authored Jul 21, 2022
2 parents 5169e60 + 2108526 commit 4ebc699
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@
}

.googlesitekit-dashboard-sharing-settings__footer-notice {
margin: -0.625rem 0;

@media (max-width: $bp-mobileOnly ) {
padding: 16px 16px 0;
Expand Down Expand Up @@ -379,10 +380,6 @@
padding: 8px;
}

@media (min-width: $bp-desktop) {
max-width: 400px;
}

&:empty {
display: none;
}
Expand Down

0 comments on commit 4ebc699

Please sign in to comment.