3
0

Remove margin-left from * in required field labels

This commit is contained in:
Jože Fortun 2024-02-26 16:37:22 +01:00
parent 070e7516bd
commit a1d5bcd595
2 changed files with 1 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -125,7 +125,6 @@ fieldset.required {
legend > div:first-child > span:first-child::after {
content: "*";
color: var(--danger);
margin-left: 0.125rem;
}
}