-
-
Notifications
You must be signed in to change notification settings - Fork 446
Partially address #770 #771
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
✅ Deploy Preview for cookieconsentv3-playground canceled.
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Not stale. I would like to see this PR merged. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Not stale. I would like to see this PR merged. |
This change partially addresses #770.

I performed a crude find and replace:
margin-left
ismargin-inline-start
andmargin-right
ismargin-inline-end
.This might need to be done to other files, such as
. pm__title
class, and generally be the standard margin in this repo (never need to specifyleft
andright
, butstart
andend
)