mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
fix form label display inline (with bootstrap5 theme)
This commit is contained in:
@@ -49,9 +49,12 @@ form {
|
||||
}
|
||||
}
|
||||
}
|
||||
label.required:after {
|
||||
content: " *";
|
||||
color: $red;
|
||||
label {
|
||||
display: inline;
|
||||
&.required:after {
|
||||
content: " *";
|
||||
color: $red;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user