diff --git a/src/Bundle/ChillMainBundle/Resources/public/modules/bootstrap/_custom.scss b/src/Bundle/ChillMainBundle/Resources/public/modules/bootstrap/_custom.scss index 2400b23dd..ae7d3d40b 100644 --- a/src/Bundle/ChillMainBundle/Resources/public/modules/bootstrap/_custom.scss +++ b/src/Bundle/ChillMainBundle/Resources/public/modules/bootstrap/_custom.scss @@ -49,9 +49,12 @@ form { } } } - label.required:after { - content: " *"; - color: $red; + label { + display: inline; + &.required:after { + content: " *"; + color: $red; + } } }