User Registration css broke the style of other plugins
-
Hi WPEverest! I found a problem about the css in this file user-registration.css
/wp-content/plugins/user-registration/assets/css/user-registration.css?ver=2.0.2
.components-base-control__field { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; }
User Registration plugin directly to control the class name “components-base-control__field” , this is the wordpress core class name of the input field, if add css to it, will change all the style of the wordpress gutenberg editor input field, and other plugin’s input field will be change too,
I hope User Registration plugin only controls the style of itself, not interfere with other plugins style
I hope this problem will be resolved as soon as possible.
- The topic ‘User Registration css broke the style of other plugins’ is closed to new replies.