fix: don't wrap reqd symbol to new line

This commit is contained in:
Hussain Nagaria 2024-11-04 15:03:02 +05:30
parent ec742dfe02
commit 1ebb862d57

View file

@ -145,6 +145,7 @@ select.form-control {
.control-label.reqd:after {
content: " *";
color: var(--red-400);
white-space: nowrap;
}
.help:empty {
display: none;