Required field icon fix to Drupal 8’s Bootstrap theme, https://www.drupal.org/project/bootstrap
Default:
.form-required:after{ vertical-align: super; margin: 0 0.3em; background-size: 7px 7px; width: 7px; height: 7px; }
After fix:
Web Development Notes
Required field icon fix to Drupal 8’s Bootstrap theme, https://www.drupal.org/project/bootstrap
Default:
.form-required:after{ vertical-align: super; margin: 0 0.3em; background-size: 7px 7px; width: 7px; height: 7px; }
After fix: