Device profile Transport configuration MQTT profile set max-width tb-hint

This commit is contained in:
deaflynx 2023-03-23 11:52:41 +02:00
parent 8703a2083e
commit d603e7dbb7

View File

@ -163,6 +163,6 @@
<mat-checkbox formControlName="sendAckOnValidationException">
{{ 'device-profile.mqtt-send-ack-on-validation-exception' | translate }}
</mat-checkbox>
<div class="tb-hint" innerHTML="{{ 'device-profile.mqtt-send-ack-on-validation-exception-hint' | translate }}"></div>
<span class="tb-hint" style="max-width: 800px" innerHTML="{{ 'device-profile.mqtt-send-ack-on-validation-exception-hint' | translate }}"></span>
</div>
</form>