- Issue created by @gauravvvv
- Status changed to Needs review
almost 2 years ago 5:52am 2 February 2023 - 🇮🇳India gauravvvv Delhi, India
I have removed the -webkit properties, Attached patch for same. please review
- 🇮🇳India gauravvvv Delhi, India
Removed form one more place, added interdiff.
.entity-moderation-form__item:last-child { -webkit-align-self: flex-end; /* Safari */ align-self: flex-end; margin-right: 0; }
- 🇳🇿New Zealand quietone
Moving remaining issues for 'Stable theme' to 'Stable 9 theme' based on #3332485-5: [Meta] Stable issue triage → by markconroy.
- Status changed to RTBC
almost 2 years ago 2:44pm 11 February 2023 - 🇺🇸United States smustgrave
Searching the theme css folder for "/* Safari */", "-webkit-flex-wrap", and "display: -webkit-flex;" using phpstorm all the instances have been addressed.
- Status changed to Needs work
almost 2 years ago 7:32am 14 February 2023 - 🇫🇮Finland lauriii Finland
We should also fix this in
core/modules/content_moderation/css/content_moderation.module.css
since that's the root cause. - Status changed to Closed: duplicate
almost 2 years ago 4:07pm 20 February 2023 - 🇫🇮Finland lauriii Finland
This is duplicate of 📌 Remove webkit properties from content moderation Fixed .