fix: don't wrap reqd symbol to new line
This commit is contained in:
parent
ec742dfe02
commit
1ebb862d57
1 changed files with 1 additions and 0 deletions
|
|
@ -145,6 +145,7 @@ select.form-control {
|
|||
.control-label.reqd:after {
|
||||
content: " *";
|
||||
color: var(--red-400);
|
||||
white-space: nowrap;
|
||||
}
|
||||
.help:empty {
|
||||
display: none;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue