mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
[UI] Add missing asterix (#17452)
<img width="771" alt="Zrzut ekranu 2024-11-8 o 14 22 35" src="https://github.com/user-attachments/assets/a92bd5a9-6b63-4828-8ad6-cc9125c1e2a1">
This commit is contained in:
commit
5b257aed26
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
.form-label.required::after {
|
||||
.form-label.required::after,
|
||||
.col-form-label.required::after {
|
||||
content: "*";
|
||||
padding-left: 3px;
|
||||
color: $danger;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue