Required field icon fix

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:

Leave a comment

Your email address will not be published. Required fields are marked *