diff --git a/ui-ngx/src/app/modules/home/components/alarm-rules/cf-alarm-rule-condition-dialog.component.html b/ui-ngx/src/app/modules/home/components/alarm-rules/cf-alarm-rule-condition-dialog.component.html index e5c94ce881..90ae6f7c4b 100644 --- a/ui-ngx/src/app/modules/home/components/alarm-rules/cf-alarm-rule-condition-dialog.component.html +++ b/ui-ngx/src/app/modules/home/components/alarm-rules/cf-alarm-rule-condition-dialog.component.html @@ -55,9 +55,7 @@ } @else {
${Argument name} to substitute values of the arguments that are used in alarm rule condition.",
"alarm-rule-additional-info-icon-hint": "Use Argument name to substitute values of the arguments that are used in alarm rule condition.",
"alarm-rule-mobile-dashboard": "Mobile dashboard",
- "alarm-rule-mobile-dashboard-hint": "Used by mobile application as an alarm details dashboard",
+ "alarm-rule-mobile-dashboard-hint": "Used by mobile application as an alarm details dashboard.",
"alarm-rule-no-mobile-dashboard": "No dashboard selected",
"alarm-rule-condition": "Alarm rule condition",
"enter-alarm-rule-condition-prompt": "Add condition",
diff --git a/ui-ngx/src/form.scss b/ui-ngx/src/form.scss
index f300b5e42b..517fc535fb 100644
--- a/ui-ngx/src/form.scss
+++ b/ui-ngx/src/form.scss
@@ -178,10 +178,11 @@
}
&.tb-required::after {
- font-size: 13px;
- color: rgba(0, 0, 0, .54);
+ font-size: inherit;
+ color: inherit;
vertical-align: top;
- content: " *";
+ content: "*";
+ margin-left: 1px;
}
}
.tb-form-panel-hint {
@@ -298,10 +299,11 @@
margin: 8px 0;
}
.tb-required::after {
- font-size: 13px;
- color: rgba(0, 0, 0, .54);
+ font-size: inherit;
+ color: inherit;
vertical-align: top;
- content: " *";
+ content: "*";
+ margin-left: 1px;
}
}