[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:
Grzegorz Sadowski 2024-11-08 15:21:19 +01:00 committed by GitHub
commit 5b257aed26
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,5 @@
.form-label.required::after {
.form-label.required::after,
.col-form-label.required::after {
content: "*";
padding-left: 3px;
color: $danger;