Skip to content
Snippets Groups Projects

Style to add asterisk to mandatory fields in add-forge forms

Compare and
3 files
+ 12
7
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -762,3 +762,8 @@ div.d3-tooltip {
.invalid-feedback {
font-size: 100%;
}
.swh-required-label:after {
content: "*";
color: #FF0000;
}
Loading