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